Newest Questions
24,161,408 questions
0
votes
0
answers
7
views
SFML 3.0 Texture failed to load even though the path and working directory are correct
I am using SFML 3.0 in Visual Studio 2022. I'm trying to load a background texture for my game menu, but loadFromFile returns false and I get a 'Failed to load image' error in the console.
What i ...
0
votes
0
answers
5
views
AC Registration ft. Sha1-Registration dosn't work
perhaps i'm standing in the wood and don't see the tree, but i don't know what to try anymore.
Following situation:
Got a runing azerothcore-privat-LANserver (PHP 8.4), got a running ...
Best practices
0
votes
1
replies
17
views
Google Drive resource access
I have a file in the Drive storage. It has <ResourceID> ID. I can direcly download it by link https://drive.google.com/uc?export=download&id=<ResourceID>. Plese, point out ...
Advice
0
votes
0
replies
15
views
Adding Code 39 full ASCII to my barcode JavaScript
I'm stuck with Code 39 not generating the correct barcode. It's too short. I need it to generate the full length version. I've attached my JavaScript for you to look at.
These are the two JavaScript ...
0
votes
0
answers
15
views
MediaMetadataRetriever fails after 102 requests with exception 0x80000000
I want to check if each of my mp3 files has a valid picture that the Android system can read.
For this I iterate over all the items in the MediaStore.Audio.Media and then ask the ...
0
votes
0
answers
16
views
How to include a quantity per line in the export
I have a WordPress site with WooCommerce, and I use the Advanced Order Export for WooCommerce plugin to export the data.
The form I use is from WooCommerce. When someone signs up for a club, they have ...
0
votes
1
answer
22
views
Migrate ObjectMapper to JsonMapper
I am currently upgrading my application to Jackson 3.x (and Spring Boot 4.0). I have an existing ObjectMapper bean in Jackson 2 that manually configures JavaTimeModule with specific DateTimeFormatter ...
-2
votes
3
answers
45
views
How can I remove unnecessary layers from a nested array?
I have a "deeply nested" NumPy array like this:
array = [
[
[
[ "data . . . "],
]
],
[
...
0
votes
0
answers
10
views
Set controllers in Scalar to be in alphabetical order
I'm using Scalar locally to hit my Web API endpoints in place of Swagger. When they displayed in the left hand panel they are not in alphabetical order. I've tried Googling and also tried various ...
-2
votes
0
answers
22
views
Looking for a good Laravel WYSIWYG editor solution [closed]
I’m currently working on a Laravel project for my freelance work and recently introduced an articles feature. While the development process has been enjoyable overall, integrating a reliable open-...
Advice
0
votes
0
replies
21
views
Maintain a flutter foreground service alive
Quick context:
I just started an internship in a startup and they asked me to make a prototype of an app that will help doctors gather background information on the patients that opt-in in order to &...
-1
votes
0
answers
22
views
Offline installation of app to ubuntu 22.04 [closed]
Hi I need help to install simplescreeneecorder for ubuntu 20.04 focal,
When I try to run a docker and install all the .deb files it’s failed when I run it on my ubuntu offline machine it’s messed up ...
-1
votes
0
answers
29
views
Converting .wac to .wav in Python [closed]
I have hundred of GB's of audio data in a company specific .wac form, and in order to process them in my ML pipeline, I need them in .wav form. Previously, I have been using kaleidoscope to process ...
0
votes
0
answers
18
views
Can't contact lokal ki server from kilo
I have a local ki server, with llama/qwen2.5-coder:32b
I can query it from remote:
curl http://kiserver:11434/v1/models
{"object":"list","data":[{"id":"...
0
votes
0
answers
19
views
React Native dev tools issue
I'm upgrading RN version from 0.73.6 to 0.78.3 and fixed a lot of problems, but still have most annoying one: i have custom schemes for ios, and when I build an app using the "Debug Test" ...