Newest Questions

0 votes
0 answers
8 views

I have a set of leaderboards and archived some of them for older versions. When I go to App Store Connect Game Center Leaderboards, I see the current leaderboards: When I go to edit, the archived ...
Nathanael Tse's user avatar
0 votes
0 answers
8 views

I have a lookup item and a parent entity that I want to add in the same transaction. So for instance Parent newParent = new Parent(); LookupItem item = new LookupItem(); item.data= "test"; ...
coolblue2000's user avatar
  • 5,176
1 vote
1 answer
20 views

Here is a MRE that tries to reduce my initial problem to something as small as possible: using System.Diagnostics; List<string?> xs = new() { "a", "b" }; // normally xs ...
FluidMechanics Potential Flows's user avatar
0 votes
0 answers
13 views

i tought everything but i have not solve the problem yet. I don't know where is the problem. The other modules like, QuarterRound and ChaCha20_Cipher are fine and very basic. Also QuarterRound Module ...
Umutcan Akyol's user avatar
1 vote
1 answer
42 views

I am currently following an online course about C++, and I came across the following code snippet: class A{ private: const bool state; public: A(bool state) : state(state) {} };...
ukvjr's user avatar
  • 13
-1 votes
0 answers
26 views

I’m facing an issue while uploading a file between two Spring Boot microservices using OpenFeign. task-service generates an Excel file It sends the file to system-service using Feign (multipart/form-...
Sandip Gadade's user avatar
-1 votes
0 answers
46 views

Mathutils is a Python library maintained by ideasman42. I have been using it on older versions of Python and want to update an old project to a more recent version of Python. When I try to install ...
Jules's user avatar
  • 715
0 votes
0 answers
18 views

I need to create a Restfull API with Spring Boot 3.x./ Spring_Data_JPA (Hibernate) I have this scenario. I need to create child entities and cascade the persist/merge to the parent entity. This means: ...
Thomas_Mylonas's user avatar
Advice
0 votes
0 replies
10 views

Hi I still can't get rid of the following popups x as dont want to sign up and I want to accept all cookies when running a Selenium with Java test to find web elements in www.whitestuff.com. ...
CuriousLearner's user avatar
-2 votes
0 answers
37 views

I am building a Google Keep-style notes app in Python using tkinter. Notes appear on screen while the app is running, but when I close and reopen it they are gone. The JSON file is either not being ...
keanisidore deguzman's user avatar
-2 votes
0 answers
21 views

I am trying to use CSS to change the background of a dialog. Changing the theme.css does not make any changes.
curtjacobs1's user avatar
0 votes
0 answers
40 views

std::cout stores value in buffer and then print them to the console . Have this example in c++: #include <iostream> int main() { for(int i=0;i<10000;i++) std::cout << "...
Tushar's user avatar
  • 101
-1 votes
0 answers
27 views

Problem I am using AWS DMS to perform CDC (Change Data Capture) from MongoDB to PostgreSQL. Full load works fine CDC fails with the following error: [SOURCE_CAPTURE] E: Expected to read 4 operations ...
Reyansh's user avatar
-4 votes
0 answers
41 views

I have a project about Photoplethysmography. Is it possible to achieve ±5 BPM error without Accelerometer?. Pre-processing Pipeline Detrending IIR Chebyshev Type I Bandpass Filter 9th order with 5 ...
Kervin Aranzado's user avatar
Advice
0 votes
0 replies
12 views

I am working with the Zoom Meeting SDK (macOS, Objective-C sample app). I am able to successfully authenticate using a JWT token, but when I try to join a meeting, I get a "Connect Failed" ...
Mona Palwe's user avatar

15 30 50 per page
1
2 3 4 5
1610761