Newest Questions
24,168,018 questions
0
votes
0
answers
2
views
IIOP.NET SSLPlugin fails with omniORB SSL/mTLS (TCP works) — certificates imported, OpenSSL succeeds
When integrating a CORBA system where the server is C++(03) using omniORB 4.3 and the client is C# using IIOP.NET.
Server side (omniORB)
Server runs fine in SSL mode with a proper server certificate.
...
Best practices
0
votes
0
replies
3
views
Mtgjson usage recommations
I am currently building M TG program that is dat is used for Cube Building. I have been using API calls to Scryfall. This has been working so far good as it's very lightweight and doesn't require me ...
0
votes
0
answers
9
views
Is Neo4j browser still supported in 2026?
I am running Neo4j Community 2026.02.2 (on Ubuntu 24) and running "service neo4j status" shows "Remote interface available at http://localhost:7474/" however when I go to the ...
Advice
0
votes
0
replies
7
views
Best practices for handling Supabase Auth cookies in Next.js SSR with a backend proxy
I'm building a Next.js app communicating with standalone backend with Supabase. Here's my current setup:
I have a Supabase instance on the backend handling authentication and protected resources.
...
Advice
0
votes
0
replies
10
views
Looking to chat with people involved in deployments (paid research, 60 mins)
If this isn’t allowed, I can take it down.
I'm running research to understand how teams handle deploying, reviewing, and monitoring production changes and I'd love to hear how it works for you.
No ...
0
votes
0
answers
6
views
Why Does the Linux Neighbor Timer Expire ~10s Later Than Expected Even with a Fixed Reachable Time?
The Linux version currently in use is 5.10.247.
I want to configure a fixed aging time for entries in the Linux neighbor subsystem. As is well known, the function neigh_rand_reach_time() introduces ...
-1
votes
0
answers
8
views
Postman "Directory Already Linked" error on new repo and workspace
I'm using Postman 12.1.2 on Mac. My goal is to create new internal workspace from a Git Repo.
I've checkouted repo from my gitlab. And now I'm trying to create new workspace with the settings from the....
-2
votes
1
answer
16
views
iostream header file not found error while compiling [closed]
I was using CLion and was having some error with the compiler as it was not accepting vector initializing through lists. To fix I asked chatgpt and it told that my clang compiler standard is set to ...
0
votes
1
answer
32
views
Issue compiling template class
I've been working on legacy MFC application compiled with /std:c++17. It was compiling fine until I upgraded it to use c++20. This library I've been working on has a template class depending on some ...
0
votes
1
answer
19
views
Firefox inserts random whitespace on position: sticky
I have an issue that occurs only in Firefox.
On my page there is a header and a product list. The header list has some sticky components to keep it in view on the page, as the user scrolls through the ...
0
votes
0
answers
9
views
Attempting to use g++ Address Sanitizer to detect memory leaks
I have built the application with -fsanitize=address and have inserted a deliberate memory leak into the code in the form of:
std::ignore=malloc(512);
ASAN_OPTIONS EV is set to color=never:...
0
votes
1
answer
14
views
How can I fit the width of a text element to that of the wrapped content? [duplicate]
In the following example, there is a big space between the + and 'Some content'. How can I make it so that text element fits the content when it is wrapped but also stays 1 line when there is enough ...
0
votes
0
answers
6
views
IBM SolidDB in VM: License mismatch / “license information not found” error causing frequent connect–disconnect when starting WDS application
I am trying to run a WDS application inside a Virtual Machine, which uses IBM SolidDB as its database. The database service starts successfully, but the application keeps connecting and disconnecting ...
0
votes
0
answers
11
views
Ellipsis text-overflow not working / broken
The SVG spec states that I should be able to "truncate" overflowing text using an ellipsis, and gives a nice example (with an image of it working). See here:-
https://www.w3.org/TR/SVG2/text....