Newest Questions
24,158,560 questions
Advice
0
votes
0
replies
29
views
Seeking Kotlin Code Collaborator for RPG Project
Ive been working with a kotlin coder for several years now on an RPG project, and we would like to bring someone onboard to collaborate and speed up the process.
-1
votes
0
answers
18
views
Why does my model keep getting stuck in one spot? [closed]
I'm currently trying to make my rl model smarter so it can at least get through the first five levels on the easiest difficulty in freedoom 1. Right now it keeps on getting stuck in place and I think ...
0
votes
0
answers
13
views
How to reliably use getImageData() on Public Domain images (Wikimedia/The Met) without a custom proxy?
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1....
0
votes
0
answers
13
views
Returning a torch::Tensor causes seg fault in Python when returning from a C++ binding with pybind11
I have data from a device that is being captured in Python as arrays and then sent to a C++ binding to speed up some post processing that must happen to format the data properly and convert into a ...
-1
votes
1
answer
26
views
Why don't the tabs get their active look when I access them without cliking directly on them?
I don't find this exact question anywhere, but maybe it's because I don't know exactly out to put it:
I have in-page tabs that work well, and they look 'active' when you click on them which is great, ...
0
votes
1
answer
53
views
What permission do I need for /storage?
I have already requested to be an external storage manager and get true for
Environment.isExternalStorageManager()
However, when trying to read /storage e.g. Environment.getStorageDirectory() I get ...
0
votes
0
answers
18
views
Recurring event splits in Google Calendar API: how to link masters?
I’m building a sync client that mirrors Google Calendar state into our own database. The client needs to preserve the logical identity of a recurring series even after it’s been split—so that user-...
-1
votes
0
answers
37
views
.NET projects not publishing in Visual Studio 26 [closed]
I have developed some .Net application (Visual Basic) using the Visual Studio version 22. I use IIS to put them for online using.
Now I have installed the Visual Studio version 26. But the projects ...
-1
votes
0
answers
32
views
Modbus TCP Gateway returns successful '0' for non-existent Slave IDs instead of Timeout. How to reliably detect offline devices?
I am developing a C# application using the EasyModbus library to poll multiple Modbus RTU devices connected behind a single Modbus TCP Gateway.
The application works perfectly when the devices are ...
0
votes
1
answer
29
views
URLImage.createMaskAdapter() / Image.createMask() fails on iOS with moderately sized masks
I am seeing what looks like a recent regression in Codename One on iOS.
The problem happens when creating a mask adapter using URLImage.createMaskAdapter(). The same code works correctly in the ...
-1
votes
0
answers
22
views
Transparent image had a white background when I add background-image to body [closed]
I'm making a webpage that has a large transparent (no background/PNG) image of a train. I must reiterate that this is legitimately a transparent no-background image, as in, I removed the background ...
1
vote
0
answers
27
views
need to add Magick++ to build of pdfmixtool
I am trying to build pdffixtool but currently get an error regarding the attempt to build "demo" because of this line
target_link_libraries(demo ${ImageMagick_LIBRARIES})
CMake recognizes ...
Advice
1
vote
5
replies
51
views
Can a strictly conforming definition of main have argc and argv const-qualified?
According to ISO/IEC 9899:1999, §5.1.2.2.1, p. 12, ¶2:
The parameters argc and argv and the strings pointed to by the argv array shall be modifiable by the program, and retain their last-stored ...
1
vote
0
answers
23
views
How to interpret the value of an ABS symbol in a ELF file?
I was looking to the symbols in the libc.a file and I noticed there some "ABS" symbols.
For example, there is the "_nl_current_LC_COLLATE_used" symbol.
Here is the output of ...
0
votes
0
answers
23
views
Query with inferred properties
I'm using rdflib to connect to GraphDB.
When specifying inferred properties such as a reverse properties, I get empty response.
In the case below "schema:children" was defined as the reverse ...