Latest Questions

Invalid Key Length in NodeJS, but Valid Key Length in C#

I'm converting Rijndael decryption from C# to NodeJS. The Key (or Passphrase) used is 13 characters long. The IV used is 17 characters long. Note: I have no con

GoLand is stucking after installing plugin, displaying "Plugin to blame"

I installed some plugins for jsonnet format, after restarting the IDE, it stuck on the GoLand startup image. I also opened the GoLand via terminal /Applications

Behavior of Python subprocess on django+nginx

I have a simple code like: subprocess.run( ["python3", "action.py", "--options"] ) In action.py I import some packages, perform a small script It

ConcurrentDictionary performance

I am struggling with this problem and would really appreciate any help. I'm working on an existing project. I have added logic that counts values combinations,

script & sheet timing out when trying to print large arrays in google script

Background I have a function that makes a REST API call using UrlFetchApp in Google Scripts. But the response only returns 2000 records at a time. If there are

What is the lldb equivalent for gdb load

I am trying to flash a binary to the STM32F303 MCU, the equivalent gdb command is "load", what is the equivalent command for lldb?

TypeError: items.map is not a function

My code problem is that I want to create a token from the backend and add it to my item. Now the page is crashing due to mapping the data. <div className='b

Profiling memory leak in a non-redundant uptime-critical application

We have a major challenge which have been stumping us for months now. A couple of months ago, we took over the maintenance of a legacy application, where the la

Azure Function "General Settings" is missing

I've recently been messing with Azure Functions and I noticed that one of my Azure Functions is missing a configuration tab. The tab in question is this "Genera

kubectl substring match using go-template

I am trying to find a way to match a substring in the go-template in kubectl. I am only able to find operators like those listed below, however, none of them is

Trying to get the Amplify CI/CD release process to deploy to a separate AWS account

I'm trying to get the CI/CD release process working so that when I commit to the release branch, it runs the amplify push process. I AM able to amplify push loc

Installing pikepdf on Elastic Beanstalk

I first tried adding pikepdf in requirements.txt src/qpdf/annotation.cpp:14:10: fatal error: qpdf/QPDFAnnotationObjectHelper.hh: No such file or directory I thi

Windows 11 Upgrade, MySQL unable to start | XAMPP

Upgraded to Windows 11, now XAMPP MySQL won't start. Tried to change ports, run as Admin etc, no luck. MySQL isn't being run in Services by anything else. Anyon

How to animate a view transition on a conditional view?

The setup is quite simple: State/Observable/Computet property, let's call it S1 Views (V1, V2) that depend on S1 The following conditions must hold: V1 should h

Just curious - ParcelFileDescriptor's getStatSize() returns file size in MB not MiB, why is Google making this complicated?

Phone's File manager shows the size of a randomly selected images as 7.09 MB. Android's ParcelFileDescriptor's getStatSize() method returns 7093426 bytes. This

How do I customise the format/contents of a new file?

I'd like to have a "client owner" detail block at the top of each file so that future coders will have assistance in finding the right file to work on. How can

how do I get my add to cart button to work in React (cart is not iterable) issue comes up in console?

When I click my add to cart button on the page it comes up with the error 'cart is not iterable' in console not sure what Im doing wrong as Im not sure I really

ValueError: `logits` and `labels` must have the same shape, received ((None, 1, 1, 10) vs (None, None))

im trying to re train the mobilnet model with my own dataset and when I am trying to fit the model I get these error. mobile=tf.keras.applications.mobilenet.Mob

Google Drive Files/Spreadsheets REST API: How to avoid delay when tracking file changes?

I have an application where I need to keep local copies of some of my user's Google Spreadsheets, and this copy should be in sync with the Google Drive version.

How do I make Heroku to listen to multiple ports?

I am trying to host my application on Heroku but I get the below error from the logs: Error: listen EADDRINUSE: address already in use :::27427 Apollo Server:

How to make a linux pc go to sleep after a period of time?

I'm running an Arch Linux KDE PC, and I like to listen to calming music before sleeping. What command/script that I can run on my PC to make the device go to sl

Install Android App Bundle on device over WiFi

How can I installed .AAB file with adb or other tool over a WiFi only connected Android 11 device? I have been using something like: adb.exe -s 192.168.1.120:55

Only allow updating JPA entity when @version attribute matches

I have two classes, a file and an attachment. There is a version attribute on the file and it has a onetomany relationship. I have written code to upload/add at

python - aiohttp.ClientSession().post

So, I had this code and it worked perfectly fine: def upload_to_imgur(url): j1 = requests.post( "https://api.imgur.com/3/upload.json", heade

Convering a whole number to this format 120m59s

Ive looked online and searched and asked but no one can answer my question I need to format a whole number Eg: 12059 to look like this 120m59s. Ive tried with m

IdentityServer 3 returns invalid_client when trying to authenticate with Blazor

I have an old IdentityServer 3 implementation and I'm trying not to change it to a newer version, I have been trying to authenticate a Blazor wasm application w

When clicking `Report bug` during Kiwi TCMS TestExecution no URL for editing is opened

I configured Redmine as external bug tracker Tracker type: tcms.issuetracker.types.Redmine Base URL and API URL both point to the base URL of our Redmine instan

Azure SignalR Service 403 after publishing to Azure

I've recently started experimenting with the .Net Core 6 Blazor server chat app using signalR. I was able to get the sample app to work locally. However, migr

Intermittent error 'This node is not ready to answer queries yet' in Azure Data Explorer (kusto)

On a 5 node V2 kusto cluster, there are intermittent errors while running both commands and queries: "This node is not ready to answer queries yet. This is usua