I have two background images to create a layered effect and to keep the file sizes small. There's a repeating star pattern in the back, and a white "cutout" on
So I'm having the issue where I send a dm message (message var) to each user id on a list (memberlist var), and when I try to send it, I get an error saying: At
I have been trying to test out hardhat. I follow the guide on https://hardhat.org/getting-started/#quick-start. I use the sample project as mentioned. When I tr
Trying to update my project from Java 11 to Java 17 and got an unexpected error from Mockito in a specific test. mock(java.util.Random.class); Throws Feb 04, 2
I need a three-by-three array of flutes that should be in a loop (the loop can be used and should be displayed at the terminal output) I found the following cod
I want to create a code where when I click a key on the keyboard it will play music and draw a rectangle. I have managed to add music using the keyTyped() funct
I'm using http://accessibilityinsights.io/ to make sure my QML application passes Microsoft requirements for accessibility. There's only one error that I couldn
I know about the Performance test for an "Online" application or APIs where we measure response time, throughput and CPU/Memory utilization. My question is - Wh
I would like to get the keys of a JavaScript object as an array, either in jQuery or pure JavaScript. Is there a less verbose way than this? var foo = { 'alph
I've created a few tables all of which had a column of datatype datetime. Recently, I think after the daylight savings adjustment, for some reason all the dates
I have an array in which I put all the elements that have the class Box, then I add a new div with Vue, which is added correctly, but I try that the last div th
Here What I did is I have a user entity and a role entity. Every user can have one role. I have set up many-one relationship in role entity. I have create an en
i have a large tab seperated csv file, about ~10GB, i need to edit all the "direct" words in a column named Tab2 with the value of the column Tab1 in the same r
i'm working on a web app in which a user can create an address when logged in, how can i get the current logged in user address which was created by the user th
I know about the Performance test for an "Online" application or APIs where we measure response time, throughput and CPU/Memory utilization. My question is - Wh
I'm trying to execute a registry dump on Windows to show the programs executed on bootup along with any entries that could've been added. I was told to run the
With Karate 1.1.0, you could define a variable in the background, ex "* path = 'www.google.ca', call a "helper" feature at the top of of a scenario, which was u
This is my piece of code . There is a good lot of business logic happening here. I have tried to explain it in understandable manner as much as possible. I have
I was using qraphql (JavaScript graphql-request library) in a project and ran into a typeError. Here's the code: import { request, gql } from 'graphql-request'
I'm trying to request data from api.travelpayouts to find cheap flights, but even after trying exact examples from their documentation I'm not returning any dat
This question relates to the optimal setup for a multiple-input multiple-output Keras (Tensorflow) model given corresponding numpy arrays. For example, suppose
I am preparing a code to create an array of 10^5 rows and 10^4 columns with Python. Each element of the array is a float (1.504096744947185, e.g.), which takes
I've got a site hosted on altervista.org that works with WordPress 5.9.3. I use Elementor for my pages. I've recently installed a plugin called "Redirection", a
I am running the following code for pi value to calculate the first value which yields 3.14. I used manual values for range which works, but I want the values t
I have just recently started using prisma and I ran into an issue with relations. I have a user model and an address model. model User { id Int
I am trying to run an example program from the wiringPi in C++ in Geany software(called blink.cpp) This is the code (I did not do it, I took it directly from t
I'm using a simple compiler for W3C's Nu HTML Checker, so that when I call :make inside Vim, the active document is validated as HTML. This works fine when I'm
I working with Flutter on my video streaming application. I want to implement ads in a video player. How can I implement it?
Context I'm building a Github Actions job to build, sign and notarize a PKG file. I'm using an Apple Id account (the workflow needs username and password) as we
My React app is working well when I call it typing directly in the browser, but when I call it from a link sent by email it shows a broken logo in the header. T