Newest Questions
24,185,776 questions
0
votes
0
answers
2
views
Diffusion policy project's environment config problem about mujoco weels building
I'm trying to run the diffusion policy project's kitchen task, and now I'm trying to solve its environment problem. The diffusion policy's Github link: https://github.com/real-stanford/...
Advice
0
votes
0
replies
2
views
How to detect screencast activity (and not only screencast softwar running)
General overview
I make a widget witch show if am I currently doing a screencast. It just show a picto who turn red when the screencast is active.
The problem
For the moment, my code just detect if ...
0
votes
0
answers
15
views
Custom IOS LockScreen Notification,
Is It possible to show a custom notification on IOS lockScreen with a pause/resume button , i want to use it for my recording app. Currently i am using it oun notification looks like we are playing ...
0
votes
0
answers
16
views
Alternatives to dockerfiles for KVM images?
I'm trying to clean up the testing workflow for a project I'm working on, a database built on top of io_uring and NVMe.
Right now I'm using KVM and its NVMe device emulator to power the dev ...
-1
votes
0
answers
14
views
Python GC for ctypes memory / reference "holding"
I have written a CFD code which I POC'd in Python. In order to accelerate the computationally expensive parts, I have rewritten these methods in C. I am calling them using ctypes which seems to work ...
0
votes
1
answer
24
views
SwiftUI Menu always appears at top of label - how to show it at center of tappable area?
I'm building a photo upload component in SwiftUI where the entire rectangular area should be tappable to show a Menu with options (Photo Library / Camera).
The problem: No matter what I try, the Menu ...
0
votes
2
answers
31
views
FastAPI returns correct NumPy output locally but React fetch receives corrupted / inconsistent data in production
I’m building a small ML-backed API using FastAPI (Python) and consuming it from a React frontend.
Locally, everything works as expected.
However, in production (Docker + reverse proxy), the same ...
1
vote
2
answers
26
views
Elements appearing in the up position
I noticed this kinda of event some weeks ago, but I ignored, now it's making me curious. the last element that I add always end up in the up position of the screen, no matter how much I try to alter ...
0
votes
0
answers
30
views
Postmark says sending status is PostmarkStatus.success, but nothing in my stream activity
I am using the Postmark library for .Net:
public async Task<MailResult> SendAsync(string toEmail, string subject, string textBody, string? htmlBody = null)
{
var message = new ...
0
votes
0
answers
24
views
Failed to create savepoint directory
Im following the Materialized Tables Quickstart guide on the Flink page and on the SUSPEND part im encountering the error "failed to create savepoint directory at *path*". I tried all ...
0
votes
0
answers
19
views
Playwright: page content jumps alternating from left to right and back
I am using playwright 1.57.0 to test login automation. The process fails when entering a verification code (after the credentials have been successfully submitted).
# config holds selector strings for ...
0
votes
0
answers
19
views
User-managed identity with graph API in azure function
We are moving to user-managed identity-based authentication from certificate-based. Current code uses PnP core to talk to SharePoint.
However, even after providing the site.fullcontrol permission to ...
Tooling
1
vote
0
replies
17
views
Windows Shortcut
what shortcuts can i use to split strings in my database (BigQuery). i have been trying a lot of functions and i make use of the google bigquery platform. i'm getting really confused now. i tried ...
-1
votes
0
answers
32
views
wxWidgets - crash due to not finished/joined thread when using callbacks to separate backend class
I'm trying to debug an issue I came across when trying to separate backend from the GUI. Initially I implemented with success multithreading behavior in one main wxFrame class basing on this tutorial: ...
0
votes
1
answer
17
views
pretrained resnet 18 model doesn't have fc layer and has cls and pool layers instead? "Missing key(s) in state_dict: "fc.weight", "fc.bias"."
I have started trying to learn machine learning and ai just a week ago so I have no experience.
I am trying to implement this repo in a simple way in my own project. I learned what each layer should ...