847 questions
Score of 0
1 answer
74 views
OpenCL doesn't "see" The Intel platform despite having supposedly installed everything
I'm trying to target my CPU (Intel i5-7600K) as an OpenCL platform. My OS is Devuan GNU/Linux Freia. I've installed for following APT packages:
intel-opencl-icd
ocl-icd-opencl-dev
The "Intel ...
Advice
0
votes
4
replies
73
views
Where can I find a community that will be like the old stack overflow with showcases and so on?
I feel nostalgic for the old Stack Overflow, back when people could share interesting projects, showcase code snippets, and get deep, thoughtful feedback instead of just quick Q&A. Are there any ...
Score of 0
0 answers
133 views
How to capture errors from WebView?
I want to obtain all errors from html loaded into WebView and log/process errors. This should works for all platforms and for any content displayed inside WebView.
While running app under Windows I ...
Score of 0
0 answers
323 views
How do threads work under assistants in langgraph platform?
I am struggling to understand how threads and assistants work within the LangGraph Platform Framework
How I think it works
create an assistant that's associate with a graph
For each conversation, ...
Score of 0
1 answer
88 views
Flutter Web CORS issue with self-hosted Parse Server behind Nginx (dashboard works partially)
I'm hosting a Parse Server on a VPS with HTTPS using Nginx as a reverse proxy.
Current Setup
Parse Server running with a custom index.js or directly using pm2 (i've tried both)
Nginx handles SSL and ...
Score of 0
1 answer
106 views
CS0006-Error when referencing a library-project (C#, MSBuild, .Net, .csproj, NETSDK1005)
I have a program and a library. the program has to use windows-dependency (WinForms or WPF ...) but the library should be platform-agnostic. I also want to be .Net-Version agnostic. So my library ....
Score of -1
1 answer
322 views
PyQt6 app with QTimer is much slower on Windows then the same machine's WSL
I'm developing a PyQt6 app that plots data from a measurement instrument and something else related to user input, and I'm experiencing outstanding lags when I run it on Windows vs on the WSL (Windows ...
Score of 1
2 answers
2668 views
Forcing amd64 image platform on arm64 host (docker compose)
I am attempting to use "docker-compose up" on the command line to run a simulator using noVNC but am getting the error "image with reference [my image] was found but does not match the ...
Score of 3
1 answer
4696 views
How to Set the Partition Scheme to "Huge APP (3MB No OTA/1 MB SPIFFS)" in PlatformIO for ESP32 WROOM?
I'm working on a project using the ESP32 WROOM module and PlatformIO. I need to set the partition scheme to "Huge APP (3MB No OTA/1 MB SPIFFS)" to accommodate my application requirements.
...
Score of 0
0 answers
257 views
How to get the Current FPS of the Screen of android using the ADB
I am working with the Android Platform, I want to know the FPS of the screen of my app.
I am struggling to calculate the current FPS of the android screen, when my app is running. Because, sometimes ...
Score of 1
1 answer
150 views
.NET 8 Application running on linux container CNG Cryptography is not supported on this platform
I have a Blazor application in .NET8 which uses the following code to Encrypt Credentials for a PowerBI datasource given a PowerBI gateway:
credentialDetails.EncryptedConnection = "NotEncrypted&...
Score of -1
1 answer
527 views
Which latest version of Unity Engine supported xbox 360 platform?
I'd like to try working on a project that involves the Xbox 360 platform, and I need to know which is the latest version of Unity Engine that officially supports development for Xbox 360.
I was ...
Score of 0
1 answer
156 views
How might one support cross-platform development in embedded systems (32-bit mcu board level primarily) - cross-vendor and cross-boards of a vendor?
I am trying to find an existing open source platform that abstracts hardware and boards-specifics, and allows jumping right in to application development on embedded mcu's. Ideally, I'd be able to use ...
Score of -2
1 answer
117 views
Particular experience with using different MCUs from different vendors [closed]
I've recently had an interview for an embedded C software position where the interviewer asked which type of Microcontrollers I am most familiar with - from TI, NXP, STMicroelectronics etc.?
I ...
Score of 1
2 answers
343 views
Platform.uno newbie question, how to deploy?
I followed the instructions to create a basic Platform.uno website, the one that says "Hello Uno Platform". I can launch it from Visual Studio and all is fine.
Next I setup a Release deploy (...