Latest Questions

local variable 'allLibrary' referenced before assignment

I can't seen to understand what the issue here is, I am getting an error that local variable 'allLibrary' referenced before assignment, Please help @app.route('

Why does Git tell me "error: No such remote 'origin' " when i try git remote remove origin?

I created a project and I want to send it to heroku but I have a problem with the URL so I wanted remove remote.origin.url=http://exp and replace that with remo

Thymeleaf can't find templates

I have a Spring Boot Thymeleaf Java project that works perfectly in my local git. Thing is, I tried to clone this same project from my GitHub repository and now

How to build authenticationendpoint and accountrecoveryendpoint in <apim-home>/repository/deployment/server/webapps

I have deployed WSO2 API manager4.0.0 All-in-one on the vm. I found some wars and folders but i don't know where were they from, like authenticationendpoint and

Flutter sign in with google lost authentication when the internet connection lost, how to re-auth it?

We are currently building an app that requires only google sign in and communicate with the Firebase depending on those data that we get with sign in. The probl

Filter by value in checkbox popup in Mapbox GL

I have changed my mind about how I want to use the Checkbox filter in Mapbox. I am using CSV2Geojson to map Google Sheets data in my map and then filter by valu

logistic regression; how to find the actual value of predicution (e.g. 3.5, 2.6). Due to model set up, y-pred is iether 1 or 3

I am currently coding a logistic regression. Here is my set up. X values - X-train/X-test based on count vectoriser. Y values - either 1/3 (boolean values for n

How to customize the color and fonts for microsoft Adaptivecards Input.choiceset

I'm using v1.2 of the AdaptiveCard SDK in BotFramework Webchat. I need to customize the color of the values of the Input.Choiceset of the Microsoft adaptive car

Integrating Frontend Javascript with Backend Node.Js and mySQL

I have tried searching around, but could not really find a solution to my question. Either that or I am not really understanding something properly. I have a pa

Grouping keys and values with Python

I have some data. numeric key and numeric value: [ (468793398, 672), (468793398, 2464), (521683990, 131152) ] I need to group keys and

Word macro variable in hebrew

I encounter a problem with Microsoft visual basic that variable values in Hebrew are converting to gibberish. Please see the attach picture The computer locale

Angular Material where the opened panels of a mat-select wouldn't close with module federation web pack 5

I am facing issue with Angular Material where the opened panels of a mat-select wouldn't close in host app. Host and remote app both are using Angular 12 and an

How to properly add time to Firestore & compare it to a future timestamp to determine a subscription expiry date swift

What is the proper way to save time to Firestore & how do I get back the values to compare them & determine if a subscription is expired? I am currently

How to process files in FastAPI from multiple clients without saving the files to disk

I am using FastAPI to create an API that receives small audio files from a mobile app. In this API I do processing of the signal and I am able to return a respo

how to manipulate web config secret in kube-prometheus stack?

i have deployed the latest chartthese are all the secrets how to change prometheus-kube-prometheus-stack-1651-prometheus-web-config this secret through the helm

Using R to decrypt messages encrypted in PHP

my brain hurts, I can't figure it out, I would be tremendously thankful for your help. I have a database that gets encrypted at storage using PHP. I need to dec

Scrapy only scraping and crawling HTML and TXT

For learning purposes, I've been trying to recursively crawl and scrape all URLs on https://triniate.com/images/, but it seems that Scrapy only wants to crawl a

AWS Aurora: bulk upsert of records using pre-formed SQL Statements

Is there a way of doing a batch insert/update of records into AWS Aurora using "pre-formed" Postgresql statements, using Python? My scenario: I have an AWS lamb

C# ConfuserEX Not working with embedded .dlls

I'm using Costura.Fody which allows users to embed dependencies as resources. In my case its embedding a .dll to my .exe... The problem is when I try to use Con

How to disable scrolling of comboBox from keys arrow Up\Down when it closed?

The arrow keys should scroll only pictureBox (placed in panel). It works fine. But it also scroll through comboBox items though it is closed (droppedUp). How to

Moving Table rows in SwiftUI

Is it possible to support moving rows in a SwiftUI Table view? I know there's List which can optionally support selection and drag-and-drop to move single or mu

Compose: Why does a list initiated with "remember" trigger differently to Snapshot

I've been messing around with Jetpack Compose and currently looking at different ways of creating/managing/updating State. The full code I'm referencing is on m

Upload/Store multiple files with multer, i.e image and pdf with single request in nodejs

The following code works to upload a single image to upload an image and store its path in the database, now I can't find a way to upload an image and a pdf fil

Override variable type from external library

I am using a third party library for my react application. There are some incorrect/outdated types. Let's say the library has the following type declarations: d

Qualtrics programming question (using javascript to create a bipolar slider)

I need to use bipolar sliders for a series of questions in Qualtrics. I saw some code on the Qualtrics community website to help get a label on the right hand s

Query importrange HUGE multiple sheets and turns out error

so I have 5 separate google sheets, each one with the same title and format enter image description here. There are 8000-10000 rows each so far, as it's a daily

Conditionally add argument to argv

I want to conditionally pass --detach into argv like this: - name: run docker container with service command: args: argv: - docker - run

How to set decimal input range using javascript or html?

I have an input and I need it to be limited to only these values: Min: 0.01 max 999.99 If I use maxlength="6" I can enter, for instance, 999.99 but also 1000.1

External Provider Login .NET

I had follow this tutorial for setup External Login https://code-maze.com/external-identity-provider-aspnet-core-identity/, after when I want to test login with

Hamiltonian graph logical formula

Please construct a logical formula to determine whether the given graph is a Hamiltonian graph. Please write down the meaning of the atomic propositions you def