Newest Questions
24,150,662 questions
-2
votes
0
answers
21
views
Vuforia Engine - Question regarding Plan Downgrade (Premium to Basic) and License Key Changes [closed]
※Please note that this post has been translated from Japanese. Thank you for your understanding.
My team is currently using Vuforia's Image Targets AR and Model Targets AR in our mobile native ...
-1
votes
0
answers
16
views
OpenVPN (pfSense) multi-client VPN setup with per-user static IP assignment and access restriction to specific database servers [closed]
I am running a pfSense firewall (2.8.1-RELEASE, FreeBSD 15) hosted on a cloud VM. I have configured an OpenVPN server to allow remote users to connect from multiple geographically distributed sites.
...
-1
votes
1
answer
31
views
Why does pathlib.Path.mkdir() raise FileNotFoundError when creating nested directories? [duplicate]
I'm using pathlib.Path.mkdir() to create a nested directory structure. I expected the call to create all missing parent directories, but it raises an exception.
Minimal reproducible example:
python
...
0
votes
0
answers
23
views
Airflow 3.2.2 default email options not being loaded correctly
I moved from Airflow 2 to Airflow 3 and i see that now I am supposed to use on_failure_callback on DAG level to send an email notification, after setting up smtp_default connection as per the email ...
1
vote
0
answers
32
views
R8/ProGuard-My flutter app runs fines when I install via vs code but a certain page crashes when installed via play store via internal testing
I recently uploaded my flutter app to Google Play Store and currently on the internal testing phase. The app works fine when I install it in my phone via vs code, but 1 page crushes when I install it ...
Advice
0
votes
1
replies
29
views
How do I make my Neovim open specific file instead of splash screen when I execute "nvim" in my shell?
I have a file called "todo", which is basically a text file that stores my todo list. I want to be always reminded of my ongoing task when I open my Neovim. So, when I execute "nvim&...
1
vote
0
answers
64
views
explanations about -Wuseless-cast behavior
I commonly use type aliases to be able to change a given type within my program and to give them some semantic, but I have an issue that appeared by adding the -Wuseless-cast to gcc:
#include <...
Advice
0
votes
0
replies
37
views
Python Geolocation Testing for Local Search Result Verification
Local SEO has become increasingly complex as search engines personalize results based on geography, language preferences, device signals, and user behavior. While VPNs have traditionally been used to ...
0
votes
1
answer
34
views
Next.js 16 PPR: /api/og route logs "needs to bail out of prerendering" on every build
I enabled Partial Prerendering (PPR) in my Next.js 16 project by commenting out export const dynamic = "force-dynamic" across all pages and adding cacheComponents: true to my next.config.ts. ...
Advice
0
votes
0
replies
31
views
How can I analyze COBOL program dependencies across CICS transactions and DB2 tables before modernization?
We are planning a mainframe modernization project for an IBM Z environment containing COBOL applications, CICS transactions, JCL jobs, and DB2 databases.
One of our biggest challenges is understanding ...
-4
votes
0
answers
42
views
Creating crcc based on etsi standard [closed]
this is the polynomial equation m(x) is the data and I(x) is nothing but FFFF but how do i do this programitically. But i am confused on how to implement it in c how do i multiply create generator ...
Advice
2
votes
0
replies
42
views
How can I determine if a phone number is WhatsApp-enabled before sending a message using WhatsApp Cloud API?
We have configured the WhatsApp Cloud API directly, not through a BSP.
We are using the /messages endpoint to send WhatsApp messages to our customers, and it is working correctly.
However, before ...
-2
votes
0
answers
38
views
Helping reduce overfitting in a Wine Quality classification model
I am currently working on the Wine Quality dataset and struggling with significant overfitting. My model performs well on the training set but fails to generalize on the test set.
I have already tried:...
1
vote
0
answers
43
views
Equivalent of `R --quiet --no-save --no-restore` in the IDE?
To start R without the startup banner or the quit/save dialogue, we can use
alias R='R --quiet --no-save --no-restore'
giving:
$ R
>
How can we achieve the same in (1) RStudio Desktop and
(2) a ...
Advice
0
votes
0
replies
47
views
Will a 80 GB GPU and a 48 GB GPU give identical results on an open source text-to-video model for the same quantization and seed?
I am considering to buy GPUs for my project of open source text-to-video models like ltx-2-19b (lightricks) or wan-v2.2-a14b. I read online that the same configuration/quantization and seed will give ...