Newest Questions
24,186,436 questions
0
votes
0
answers
2
views
Issues with _Stray Model Anomaly Detection in Apache IoTDB
While using the _Stray model for anomaly detection in IoTDB 2.0.4, I noticed that the results include anomaly markers for future time points.
The execution statement and partial results are shown in ...
0
votes
0
answers
7
views
Does adding a virtual destructor break ABI compatibility?
I have a class hierarchy that already exists that looks like this:
class parent {
public:
parent();
~parent();
virtual void foo(){}
};
class child : public parent {
public:
child();
...
1
vote
0
answers
5
views
Upgrading Visual Studio extension from 2019 to 2026, how to replace text?
I have a Visual Studio extension, and I'm trying to upgrade it from Visual Studio 2019 to 2026 (which should be compatible with 2022, so in theory it should work with both 2022 and 2026 when I'm done)....
0
votes
0
answers
6
views
Keycloak doesn't allow creating resources with the same ID in different realms
I use Keycloak server 26.2.0. I have several realms (for multitenancy). Each realm has a client with the same name, which has authorization enabled. I'm trying to create resources using the Keycloak ...
0
votes
1
answer
13
views
Model properties are not populating on form submission in my ASP.NET MVC mini project
for some reason the properties of my FutureValueModel all stay at 0 even after I submit the form with input values filled in. Can someone please help me understand what I am doing wrong? Thank you.
...
-1
votes
0
answers
7
views
Intel AMT / MeshCentral - Unable to connect from same machine
So I have been trying to set this up for the past two days non-stop to no avail. Basically I have a computer running Ubuntu 24.04 LTS on an i5 8600T which I plan to always leave running. What I want ...
-3
votes
0
answers
16
views
Unity errors about render packages seems to affect nothing
My unity project constantly throws these errors. The thing is the project runs perfectly and apparently nothing happens. The errors persist between sessions
Should i be worried? Do i need to re-...
-1
votes
0
answers
12
views
Paginated reports and multiple parameters
I need to generate a work order form based on a complex query of very large tables. The user to enter the customer number first THEN select from a list of jobs THEN select from a list of employees to ...
0
votes
0
answers
10
views
OpenAI image input token caching
OpenAI GPT-Image API: Image input tokens not caching despite documentation suggesting they should
Problem Summary
I'm using OpenAI's GPT-Image models (gpt-image-1.5, gpt-image-1, gpt-image-1-mini) to ...
0
votes
1
answer
7
views
How to disable native Full Screen and implement custom "Zoom to Fill" with minimum window constraints in MacOs SwiftUI / Appkit
I am creating a macOs SwiftUI document based app, and I am struggling with the Window sizes and placements. Right now by default, a normal window has the minimize and full screen options which makes ...
1
vote
0
answers
14
views
div output prints out vertically even though the output is horizontal in previous lines
i am trying to make a webpage for a project, and i wanted to extend the page a bit more so i just copy-pasted the content on the existing page.
The things inside the main tag were implemented just as ...
0
votes
1
answer
19
views
How to Download Large Zip (4GB>) Through aiofiles, aiohttp
What happens? I get a timeout error most of the time. Sometimes, "Response payload is not completed". If I were to download this through the site button, it takes around an hour (no issue). ...
0
votes
0
answers
14
views
Is it possible to create one interface for testbench and for modules connection?
I want to create interface that can be used in testbenches (for driving signals with clocking block) and for modules connection (with modports).
So far I have for interface:
`timescale 10ns/1ns
...
0
votes
0
answers
14
views
SwiftData shows arbitrary behavior after a few seconds when using two-layer relationship predicate
I have been struggling with arbitrary behavior in SwiftData when using a two-layer relationship in a predicate. I wrote a very simple app to verify this behavior.
I have three models, grandparent, ...
-1
votes
0
answers
9
views
WebRTC iceGatheringState never "completed"
I have attached a minimal example below, of an RTCPeerConnection whose iceGatheringState is being logged via the onicegatheringstatechange event.
The iceGatheringState read-only property of the ...