I have a separate front end and backend site and I am trying to enable users on the front end to reset their password. I have created an endpoint for them to d
I am loading a word document using the following code, however, if a previous document has changed any of the default styles, I am inheriting those changed styl
I know that hooks cannot be called from functions other than React Functional Components, this is a bit different. I have created some utility/service type func
I am working on spring-boot project Code is working fine until I add javascript , bootstrap and CSS path in list-todos.jsp but after I add them and hit URL "htt
im super stuck on my assignment i have found a code to make a basic version of this tree but i have no idea how its works. Can someone pls help explain how it w
How can I replace a specific value in MySQL if it's exist? I have a servers table in that table I have an opts row the row's value is: +set net_port 28112 +set
I have these 2 models in Django: class Invoice(models.Model): id = models.UUIDField(primary_key=True, default=uuid.uuid4, editable=False) owner = model
I want to send SVG content (without saved file) as HTML to Outlook email address. This SVG content works fine in browser showing a circle image, however sending
I'm new to Mirth Connect and was hoping to send and receive messages to/from RabbitMQ. Mirth Connect doesn't natively support this, only JMS. I've tried install
I decided to bite the bullet today and upgrade from tailwind v2 to v3 for my react app. The upgrade went well, but I now have a problem where after I run "npm s
I have a PKCS7-signed file in DER format, pkcs_input, and I want to extract the data out of it. Running the command: openssl pkcs7 -in pkcs_input -inform DER -p
I'm trying to update a column in my PostgresQL database using Nodejs: res.rows.forEach((tmdbID) => { (async () => { const json = await fetchMovieDat
My accordion is designed have multiple panels open when the window is greater than 992px. When the window is less than 992px, then only one panel will open at a
I am creating a minecraft bot using mineflayer library. After a bit of work I decided to make code readable and reusable (image of file organisation) and also s
So I want to develop multiple flavors of log one for generic use and other for performing a specific operation I want to separate those logs by storing them in
public class ArrayPQK<P extends Comparable<P>, T> implements PQK<P, T> { int maxsize; int size; int head,tail; Pair<P, T>[] nodes; publi
I'm trying to clear the memory contents of a C# string for security reasons. I am using a ngmodel to have the user enter their username and password, once I hav
When I import from tensorflow.keras.preprocessing import image in a single python file it works perfectly. Even in python interpreter console it is imported suc
I want to detect the difference of position between when I left-click in a panel and when I finish clicking (when the left button goes up after the click). I de
Whenever I try to run the 'npm start' command, I get this weird error. It was working fine a few hours ago and now it simply won't start. I've tried reinstallin
The generics proposal has a section on how to return the zero value of a type parameter, but it does not mention how to check if a value of a parametrized type
I am attempting to run the sample developer dji application for the iOS platform via Xcode version 13.2.1. Upon building the application for the ObjectiveC and
Whenever I open a temporary cshtml file or compare the difference between the files, the compiler shows a bunch of errors. It's unable to resolve razor syntax d
I've run this through the debugger a hundred times and stepped into the setContent over and over. I can't figure out why. No errors given. Works perfectly on A
I have a MySQL database And I want to add a column: MariaDB [(none)]> use myDatabase; Database changed MariaDB [myDatabase]> ALTER TABLE material add new
After upgrading to Material Design 3, I noticed that the background colors of certain things changed to a faded version of whatever my primary color is set to.
I've been using the == operator in my program to compare all my strings so far. However, I ran into a bug, changed one of them into .equals()
I created a dataset with these variables. Can you help me please.
im trying to retrieve tasks from project in another words i want to rebuild my screen on viewing tasks with specific forgin key projectId i got this error while