Newest Questions
24,168,186 questions
Best practices
0
votes
0
replies
4
views
what pattern allows more freedom in rust when dealing with structs that have intertwined calls?
So, I am a beginner in rust so take it easy with the explanations.
I am getting acquainted with the concept of Rc<RefCell<T>> and it has been handy.... feels very much like working with an ...
0
votes
0
answers
6
views
How to display local images in Langflow Chat Output using a Custom Component?
I am developing a local RAG application using Langflow and need to know the correct way to programmatically send and render local images (PNG/JPG) from a Custom Component to the Chat Output. Currently,...
0
votes
0
answers
11
views
CyberSource sandbox payments API returning SYSTEM_ERROR
I am testing the CyberSource REST Payments API in the sandbox environment.
POST https://apitest.cybersource.com/pts/v2/payments
Authentication
HTTP Signature using:
• Merchant ID
• Key ID
...
-1
votes
0
answers
27
views
Fix narrowing warning
Building my program on gcc (some old version), I got:
narrowing conversion of '(schemaName.std::__cxx11::basic_string<wchar_t>::length()+ 2)' from 'std::__cxx11::basic_string<wchar_t>::...
0
votes
0
answers
14
views
How to intervene Laravel's default migration run order?
I am currently trying to develop a addon-oriented CMS with Laravel, but I hit a wall when I tried to intervene with Laravel's default migration order. Laravel, by default runs your migration orders by ...
0
votes
1
answer
10
views
VS2026 Angular/ASP.Net launch configuration without debugging
I've used the Angular/ASP.Net templates in the past with Visual Studio and they've worked reasonably well. Now I've upgraded to VS2026 and am using the latest node.js and angular cli. For the life of ...
0
votes
0
answers
23
views
How to avoid GNAT Serial sending HIGH signal upon calling Open (Win32 API under the hood)?
I'm using the Win32 library to interact with serial ports. More specifically, I'm using the GNAT.Serial_Communications library in some basic Ada code and calling the Open procedure imbedded in this ...
Advice
0
votes
0
replies
17
views
Are there any quality tutorials available that can guide me in achieving this specific design using Adobe Illustrator?
I'm looking for high-quality tutorials that can provide a step-by-step guide to achieving the design in question using Adobe Illustrator. Despite numerous attempts, I have consistently struggled to ...
0
votes
0
answers
13
views
Angular Signal Forms: computed() / linkedSignal triggers infinitely after recreating form with runInInjectionContext
Background
Angular's signal form API (e.g. from libraries like @angular-signal-forms) requires an injection context to be created, which means it can only be initialized during component/service ...
0
votes
0
answers
28
views
C1083 Cannot open include file 'opencv2/core/base.hpp' when building OpenCV project with CMake
I'm trying to compile a C++ project on Windows using OpenCV with Visual Studio 2022 and CMake. I added OpenCV as a subdirectory, but I get the following compilation error:
error C1083: Cannot open ...
-2
votes
0
answers
30
views
Scan hard drive for PDF, Excel and Word files except hidden files/folders and copy them to one drive sync folder [closed]
App that scans hard drive for PDF, Excel and Word files except hidden files/folders and copies them to one drive sync folder
I have written this code but doesn't work, it goes on forever and doesn't ...
Advice
0
votes
1
replies
11
views
eltex dnat destination address destination to linux?
Is there a way to do DNAT using linux?
Destination NAT configuration
Destination NAT (DNAT) function includes destination IP address translation for packets transferred through the network gateway.
...
0
votes
0
answers
20
views
ReactNative <FlatList inverted /> scrolls to bottom instead of top when I tap the status bar (ios)
I'm using <FlatList inverted /> and when I tap the status bar on iOS, I'm expecting that the list will scroll to the top. However, it scrolls to the bottom. Even refresh controls render at the ...
Advice
0
votes
1
replies
22
views
raid0 with nfs-server and client
Is there anyone out here who is experienced with actually teaching people Linux stuff, I'm only a student and looking to see the validity of the way our substitute teacher explains the stuff that we ...
0
votes
0
answers
27
views
NullAway dereferenced error using @EnsuresNonNullIf validation method
NullAway is reporting a dereference error on all parts of the place.getGeographicLocation().getValue().getGeoJson().getCoordinates() chain from the snippet below, even though it's been validated by ...