Newest Questions
24,217,739 questions
0
votes
0
answers
7
views
How to display pom version in angular project?
I have an Angular project (Nx monorepo) inside a Maven project. In my Jenkinsfile, the Angular project is built first using buildWorkflow and then workflow is called. I am not familiar with Jenkins so ...
0
votes
0
answers
6
views
SharePoint Site Subscription for Webook Notification
What are the different resource type Graph API supports for creating a subscription at a site. I do know they have a valid resource type '/sites/{site_id}/drives/{drive_id}/root'
Other than this is ...
0
votes
0
answers
7
views
Java mail connect service method is not responding neither throwing error and not getting connected as well intermittently
I am using the below code to connect with office 365 mailboxes and this works 99% of the time but i am seeing a weird issue some time that the logger after this connect is not getting printed and also ...
0
votes
0
answers
13
views
Instagram API to get list of profiles based on niche and followers count
Is there any official or approved API that allows fetching a list of Instagram profile usernames filtered by niche and follower count — without using scraping — just to retrieve the profile names ...
0
votes
1
answer
22
views
Dynamic arrays and pointer arithmetic
As far as I understand, pointer arithmetic is defined mainly in expr.add. But it seems defined only for static arrays, not dynamic ones:
4 When an expression J that has integral type is added to or ...
0
votes
0
answers
9
views
Security-scoped URL in a subprocess - MacOS, swift
I have an app that can launch several worker processes, where every worker is a commandline utility. Workers access and create files, so they need security scoped urls. Workers should not provide any ...
2
votes
0
answers
13
views
How to efficiently find shortest and longest paths between node types in Dgraph (similar to APOC in Neo4j)?
I'm trying to find the shortest and longest path between two node types across the entire graph in Dgraph, similar to how it's done using APOC in Neo4j.
In Neo4j, I can use a single query like this:
...
0
votes
0
answers
7
views
Azure AMA Agent Issue
I have set up the AMA firewall data connector in Azure and the associated DCR.
I've installed the agent on a test endpoint.
I've read the guidance on "Set Up the Azure Monitor Agent on Windows ...
-5
votes
0
answers
17
views
Hi MSO Comments lover [closed]
ve u tried to use this?
<v:fill type="frame"
src="https://tusitio.com/imagen.png"
sizes="80pt,80pt"
aspect="atleast"/>
...
0
votes
0
answers
12
views
eas build works locally, but not in Jenkins CI
I have Mac Mini connected as agent in Jenkins. When I want to build application with: npx eas build --platform ios --profile internal-review --local --non-interactive while being on this Mac, it works ...
0
votes
0
answers
16
views
Registration form not displaying validation error messages for input fields
I'm building a user registration form using HTML, CSS, and JavaScript, with Firebase Authentication handling the registration.
I wanted to add a common feature where errors are prompted when using an ...
0
votes
0
answers
7
views
Postgresql error while randomaly disconnected automatically on production server
I am using PosgreSQL version 11 to database store while using on production It's giving error in log file like below metioned.
Thanks in advance for help and support.
the error messages is:
"...
0
votes
1
answer
16
views
Using Lens to access restricted AKS cluster
I want to Use Lens from my local machine to an AKS cluster that is network-restricted (private cluster) and only accessible via Bastion/VM + PIM. For normal connection I simply have to follow command ...
-1
votes
0
answers
11
views
How to disable vagrant "arguments: libvirt_ip_command" warnings
I am running ubuntu 24.04, How do i turn off "[fog][WARNING] Unrecognized arguments: libvirt_ip_command" warnings.
root@ubuntu:~# cat /etc/os-release
PRETTY_NAME="Ubuntu 24.04.2 LTS&...
1
vote
1
answer
14
views
Getting 'lifetime may not live long enough' while expecting 'cannot move out'
If I try to compile the following code
struct A<'a> {
value: &'a i32,
}
impl<'a> A<'a> {
fn f(&mut self) -> Option<&'a i32> {
Some(self.value)
...
0
votes
1
answer
17
views
How to implement cloudiness impact in clear_sky function?
Using latitude and longitude, I can calculate solar irradiance for a clear sky using the pvlib clear_sky. If I'm not mistaken, this function doesn't account for cloud cover. How can I implement a ...
-8
votes
0
answers
32
views
Need help about Encyption ".exe" Files and Bind them to the user who purchase it [closed]
really need your help! I am a Software engineer and we are working on a game selling and purchasing platform, where the devs can upload heir games in .exe, and users can purchase and download from ...
0
votes
0
answers
24
views
custom curved flutter tab with border
I'm trying to replicate a tab design similar to the one in the reference image using Flutter. The design includes a custom curve in the tab shape.
The red border over the active tab like this
enter ...
0
votes
0
answers
8
views
Flutter build fails with core rendering errors after clean reinstall
I have a fresh installation of Android Studio and Flutter. flutter doctor runs without any major errors.
When I try to run a new project, I get a long list of errors inside Flutter's own files, like
'...
0
votes
0
answers
23
views
Do spring cloud Stream, functions and integration work together?
I have some experience with spring boot, and in the last month i have been making some experiments with spring cloud stream and spring cloud functions and i must say I've been incredibly productive ...
0
votes
0
answers
11
views
Securing webapp (or ws) in wildfly 14
I am trying to configure security for a webservice inside an ear.
I did configure properties realm, security domain, http authentication factory and undertow application security domain:
[standalone@...
0
votes
1
answer
30
views
Barcode Scanner sometimes misses digits on low-end devices (Flutter windows app)
In my project, I’m facing an issue that I’m not sure is related to the performance limitations of my client’s device, or due to a flaw in how I built the code.
I’m using Flutter, and I’ve built and ...
0
votes
0
answers
10
views
Autodesk APS viewer does not show exploded view of a DWF file
I'm having problems when I want to use the 'explode' functionality in APS viewer of a newly (Inventor 2026) created DWF file. I've created a new assembly with new parts and exports this assembly to a ...
1
vote
0
answers
14
views
Flet app for Supabase account management: unable to reset password for already registered email
I developed a simple authentication UI (login, registration, and password reset) for a Flet app using Supabase as the backend for user management. The app entry point is the main function which sets ...
-1
votes
0
answers
23
views
Missing image comparison tools and preview switcher
I'm encountering a problem with the image/code diff viewer interface. The expected tools and views are not available, which significantly impacts usability and review workflows.
Problems observed:
...
0
votes
0
answers
4
views
Installing GTKWave at Cygwin fails because of missing libbz2 headers
I have installed Cygwin at my Win11 system.
Afterwards I downloaded the source code of GTKWave (gtkwave-gtk3-3.3.114).
When I try to compile GTKWave by calling the commands "configure" and ...
0
votes
0
answers
10
views
Aspire 9 Service discovery not showing IP
I've configured my Web project to work with my computer's IP (192.168.0.2) creating certificate for https etc. If I use https://192.168.0.2:7058/ all works fine
builder.WebHost.ConfigureKestrel(...
0
votes
0
answers
22
views
Difference between Tensorflow/Keras Dense Layer output and matmul operation with weights with NumPy
I was trying to mimic the result of a simple Tensorflow/Keras Dense layer with NumPy (forward pass only) and I was surprised not to have the exact same result.
A dense layer output is just the product ...
0
votes
0
answers
18
views
Laravel/Filament gave HTTP 500 after edit an resource
I got problems with a Laravel/Filament Project. I can create Filament Resources and view, but as soon as i do any action like creating, editing or deleting it performs that action and afterwards i got ...
0
votes
1
answer
26
views
Deployment pipeline for SQL Server 2022 DACPAC file throws an error Microsoft.Data.Tools.Schema.Sql.Sql160DatabaseSchemaProvider is not valid
One of my clients has an on-premises SQL Server 2022 database. I'm building a deployment pipeline in Azure DevOps that builds a DACPAC file based on a VS2022 project and deploys this to the server. We ...
0
votes
0
answers
21
views
Why must sched_class structures be tightly aligned in memory in the Linux kernel?
Each scheduling policy (like SCHED_NORMAL, SCHED_FIFO etc..) is implemented as a struct sched_class, and instances like fair_sched_class, rt_sched_class, dl_sched_class, etc., are defined using the ...
-2
votes
2
answers
31
views
XLOOKUP with RIGHT function
Is it possible to use the RIGHT function with XLOOKUP?
I have the following formula that refuses to work
=XLOOKUP(RIGHT(A2, 3), Sheet1!$A$3:$A$200, Sheet1!$B$3:$B$200, "")
Any alternatives ...
-1
votes
0
answers
21
views
We are having difficulty getting mic input volume
We are having difficulty getting mic input volume in Swift6
The following code starts with Audio engine started, microphone is active. but print("buffer") never fires.
@MainActor
func ...
0
votes
0
answers
23
views
pushManager.subscribe return null on android firefox (not working at all on chrome)
i'm trying to create a simple web push notif using service worker, it works well on browsers in desktop, but on android device not working!
on firefox android: pushManager.subscribe() return null
on ...
0
votes
0
answers
23
views
Google Analytics not sending different pages aside from home page in ReactJS(Vite)
I'm using react-ga4 for my [portfolio[(https://vicentereyes.org). I have a PageViewTracker.jsx which has:
import { useEffect } from 'react';
import { useLocation } from 'react-router-dom';
import { ...
-1
votes
0
answers
21
views
unable to see newly added SAP IDOC value in listener [closed]
we have an IDOC listener that receives and processes all IDOCs from SAP. We now added a field for an IDOC in SAP. However, this is NOT available on the IDOC listener. we are able to see the new field ...
0
votes
1
answer
13
views
Typo3 v12 .htaccess rewrite problem with composer installation
I have a Typo3 v12 installation (not a fresh one, I have to admit, but an upgraded). I have also upgraded the .htaccess file - using the one from
https://raw.githubusercontent.com/TYPO3/typo3/refs/...
-1
votes
0
answers
17
views
How to install libcxx on centOS?
I want to install llvm-20.1.8 and its toolchain to my development environment. When I has installed llvm-20.1.8 from GitHub Release, I can only install libcxx with source next? There is no binary file ...
-2
votes
0
answers
14
views
Unable to open chrome in docker container due to websocket closed
I am hitting an issue where I am unable to open chrome via a docker container due to websocket closed.
Error: Unable to open the "chrome:headless --no-sandbox --disable-dev-...
0
votes
0
answers
13
views
Nodes are not joining after upgrading eks to v1.33
I have upgraded my eks cluster from 1.32 to v1.33 and we have updated the ami type from al2 to al2023 after updating the cluster my nodes are not joining the node group. We are using custom user_data ...
0
votes
0
answers
28
views
Android Studio Narwhal doesn't provide the possibility to browse c++ code
If you open the new Android Studio Narwhal and create a new project: "Native c++" you figure out that if you go into the MainActivty file created and press on, using Mac, "commnad" ...
0
votes
0
answers
31
views
Sequence of Events in : mutex.unlock() vs returning from a function
short brief - I want to understand the sequence of event when returning from a function and unlocking a mutex in the same function.
helper macro: to print to screen
#define TRACE() {std::cout <&...
-1
votes
0
answers
19
views
transformer datasets 4.0.0, load_dataset issue
dataset: 4.0.0
pytorch: 2.7.1+cu126
system: Ubuntu 22.04.5 LTS
Following the official example I tried this code:
import datasets
print(datasets.__version__)
import torch
print(torch.__version__)
...
0
votes
0
answers
10
views
Odoo 18: updated product name - print label wizard - old product name in PDF
In odoo 18, in Sale app > Products, in the form view of one product, i change the name of my product (add "A" at the beginning), then click on Save icon, click on Print label button, and ...
0
votes
0
answers
21
views
GitLab Registry and Runners - is there a way to set URL for Runners to connect to Registry explicitly?
Problem:
There are two machines in an internal network, one being reverse proxy, second one being GitLab. Runner is located on the first one.
None of the machines do know about their public IP address....
0
votes
4
answers
43
views
In python: How to generate only one box plot for a matrix?
This code generates 4 separate box plots.
How can i generate only one box plot for the entire matrix?
data = np.random.random(size=(4,4))
df = pd.DataFrame(data)
df.boxplot()
0
votes
0
answers
15
views
how to use percentiles-histogram without risk of high cardinality and human-usable buckets?
I created my own advices in springboot 1 to monitor our apps, and only now try to learn what new versions of springboot offer(currently working with 3.3.1, but will move on to later version later), ...
0
votes
1
answer
21
views
Should I use `@theme` or `@theme inline`?
In some guides, they use @theme, while in others, they use @theme inline. If I stick to the @theme inline written by Next.js, the dark mode override mentioned in several answers here does not work:
...
0
votes
0
answers
34
views
Using DataLoader for efficient model prediction
I'm trying to understand the role/utility of batch_size in torch beyond model training. I already have a trained model, where the batch_size was optimized as a hyperparameter. I want to use the model ...
0
votes
0
answers
29
views
How to detect editing a cell and mark a non-editable date of edit in another cell?
I'm working with Columns A (Date), B (User) and C (Comment). This sheet is meant to be shared and the idea is for different users to add different comments to the sheet. However, I don't want users to ...