I'm trying to make a pygame game but I'm having a problem. I want when a character collects a coin, the score will change by one and the coin will disappear. I
I've scoured the forums but can't find an answer. And this is the 2nd time I've had to write this! I have a google workbook where "Sheet1" gets its data from a
I cannot delete a Lambda@Edge function create by Cloud Formation. During the Cloud Formation creation process an error occurred and the rollback process was exe
Here's the 2nd version coding I'm using now( it's from Booboo), it takes about 17mins to return query result, and data could be transfer to patrent process. fro
There are a lot of articles on the cost of Cosmos DB transactions, but I've never been able to find any detail on the cost of geo-replication. I understand that
I have a TextField at the top of my map in Xcode. The map is opening when you choose food, to find the nearest restaurant. I want TextField to search for the St
Consider the custom toString() implementation of a bean: @Override public String toString() { String.format("this is %s", this.someField); } This yields
RAD Studio 11.1, trying to install Delphi. I have previous installs of Delphi 10.4 and 10.3. I have an enterprise license. I am installing on windows 11 Pro, 2
Recently I found a malicious PHP payload on my company's server. The code seems to be encoded into two strings claster and x64. The claster string decodes to th
I'm trying to update the firstname field in my SQLite3 database, I tried using exception to get this error but couldn't still fix it. This is the code: conne =
I'm building an api and in one of mine commands, my application needs to create a png file using fs. I am trying it by this way: Error: ENOENT: no such file or
I have secured my project with Appcheck in Firebase, I have two apps in my firebase project in which one of them is a web app (https://host-bloodhelper.web.app/
Can anyone help to implement MS SQL transactions in Node.js . I am try to execute multiple stored procedures inside a promise. Method 1 const executeProcedure =
sure I had this down but just can't get it right. Had a script set up to get data from one sheet and put it into another one, which I have done but it leaves ga
I have this code that I'd like to transform: const createFacebookAdVideoPayload = { const accountId = faker.datatype.uuid(); const pu
I followed all the steps mentioned for ODI to connect to Snowflake and I am able to connect 'without agent' I also 'unset' the SSL/TLS parameter using code belo
I have a bunch of references for different filenames at the start of my code: _file1_="filename1" _file2_="filename2" _file3_="filename3" _filew1_="anothername
I had a specific question about installing a custom expo development client on a simulator, specifically an iOS simulator. I know that there is a way to install
I've been trying solve some problem with this code. In my machine, It compiled with no errors with g++ "File_name.cpp" but on the judges machine it uses this
I'm trying to use my PrepareInterceptor to see if my B2BUnit is receiving addresses, if not I want to set the B2BUnit as not active. This is my code; @Override
Amazon has a super useful article describing how to unit test AWS SDK Go v2. I understand their motivation to depart from the "old" way of unit testing the v1
I am using swagger (drf_yasg.generators) with Django and I get the following error message Error message is drf_yasg.generators: path component of api base UR
I am trying to run minikube with the following command: minikube start --driver=docker but it keeps giving me this error: docker: Error response from daemon: e
Google recently sent me an email with the following: One or more of your web applications uses the legacy Google Sign-In JavaScript library. Please migrate you
The ExampleGen TFX Pipeline Component has the example code which uses example_gen_pb2 but what is it and where is it documented? # Input has a single split 'inp
I am looking for Location tracking in react native even if app is closed? I have tried react-native-location but how i will track location and get response from
Android Alarm Manager Plus in Flutter never fires periodic after 1 minute regularly
Taken an array with given size, when we try to push the elements into it, javascript pushes the elements post the allocated size. Shouldn't javascript reset the
I have a requirement to change the owner of an interactive report and also change the interactive report from public to private. I am aware of the APEX_IR.CHANG
Below is my dockerfile. After the dependencies are installed, I want to delete a specific binary (ffmpeg) from the node_modules folder on the container, and the