Latest Questions

How do I import flask while using pipenv, I am running into a 'module not found' error

I have installed flask using pipenv but when trying to import, I'm running into an error yet the import is listed in the Pipfile. What might be the issue?

send "&" in url angular

I'm using the Angular version 12 I want to send the following object in query params: { dynamicQueryOperators: 6&dynamicQueryOperators=8 } But in the end

Flutter onPressed link instagram profile url with http

How can i use my api instagram link field, when I click it, it will open the instagram page or any url? now my widget variable giving this error The argument ty

Android: Check if my app is allowed to run background activities

I have an app that runs a stopwatch service, and I run the service in the foreground. I have a notification showing the timer, that updates each second. The not

Using 11ty as CMS for backend system

Not 100% sure if this is possible but the goal is to have a single point of entry (naked domain https://example.com) for entire system Backend/application (load

How to multiply three "big numbers" and then divide them by 100 in emu8086?

My class actually has no idea how to use assembly as all we had learned from the past few months is Java, and we were suddenly tasked to do this activity. Pleas

Update the first chart in vue-chartjs

I am having two pie charts, but changes applies only to the last one even if they have different canvas id here is the html code I used to add them <Pie :c

Why doesn't rustc infer the type based on std trait implementations?

Consider the following code: use std::net::IpAddr; pub struct Server { host: IpAddr } impl Server { fn new(host: IpAddr) -> Self { Self {ho

How can we trigger a parameterised jenkins release job manually (it takes Pull request ID) only if Pull request build job was successful?

I have setup a jenkins pipeline job which gets triggered whenever a new Pull request arrives on my github repository main branch (this job builds and run tests

Why aws s3 sync <source> <target> --delete doesn't delete folder that is in the target folder and not on the source folder

Please I would like to know: Why aws s3 sync --delete doesn't delete folder that is in the target folder and not on the source folder? Here an example: I use

collectionView with compositional layout, setcontentoffset position miss because dynamic height

i use collectionView with compositional layout and diffableDataSource collectionview cells are self sizing. func collectionView(_ collectionView: UICollectionVi

is there a way to change the storage class of newly uploaded objects in an AWS S3 bucket?

I am using nakivo as a backup solution, and one of the backup repositories is an AWS S3 bucket for off site storage, i would like to save on cost by making sure

EasyOCR disables Cuda GPU when installed

Hello after installing EasyOCR via pip install easyocr via Anaconda Prompt (base) I receive this error. OpenCV(4.5.4) D:\a\opencv-python\opencv-python\opencv\m

Get working days (Monday-Friday) and replace them with "between" in query

I have some query in which I am substituting 2 dates in a field "between". SELECT ... FROM ... WHERE o.EventDate between @startDate and @endDate How to make it

How to make a game download through a button in Macromedia\Adobe Director?

I'm making a game on Director, and I would like to add a one-button download from the end point, but I have no idea how to do it! In the screenshot I made an ex

How to use like query on FullText Index Column

I have this user table structure. `users` ( `id` bigint(20), `balance` bigint(20), `current_parent` bigint(20), `parents` varchar(45

Gtk4: Example of gtk_popover_menu_bar_add_child

I am looking for an example of the utilization of the function: gtk_popover_menu_bar_add_child In particular how to setup what the documentation is calling the

How do I push git even after using PAT

I tried to push some command to remote GitHub, even after using the PAT (personal access token) I'm still facing this problem. please help. C:\Users\adegu\proje

How to maintain script tag position on webpage?

I am using a script tag to add a widget to my Next.js app. I have create a section component for this widget but when I run the app it renders below my footer b

Use Ajax to Retrieve MediaWiki Full Image URL

MediaWiki has a url that directs to the full image url. <img src= "https://www.mediawiki.org/wiki/Special:FilePath/Wikimedia_Hackathon_Prague_2019_-_Gr

Postgres SQL Query to total column with multiple filters

I have a Postgres table that contains a date and status field. I want to create a query that will return the date, plus the total number of records and then th

DVR RTMP Stream into HLS (m3u8) in SRS

For SRS SaaS, DRV output are HLS (m3u8), mentioned at here https://github.com/ossrs/srs/issues/2856 and here: https://mp.weixin.qq.com/s/UXR5EBKZ-LnthwKN_rlIjg.

How do I open ruby file in irb?

I'm currently using AWS cloud 9. I want to run my code but when I use the ruby command to open up my ruby file in irb it sometimes works or it gives me the erro

Appsync how to use [String] inside query

I am trying to get products using specific brand names. I have set up my query as brandList : [String] and the query is as follows {

Uncaught ReferenceError. Firebase SDK not recognised despite correct order of script tags

I am trying to implement firebase authentication on my website. However, whenever I try to test the function, I get the following error: Uncaught ReferenceError

Modifying a member variable [closed]

I'm having an issue with modifying a member of a class. I overloaded the operators and I think that I am calling the member correctly to modif

I'm having trouble understanding how to get JavaScript to function as a program

This is going to sound really, really basic, but I just need a little help understanding one of the concepts I'm struggling with in Javascript. I have been read

How does Apache IoTDB delete a device?

I want to delete the device in the Apache IoTDB. But I don't know how to do it. I can't find something like delete devices command in the user guide. Apache IoT

Django Stripping Blanks In Between Words When Generating Blanks

I am working on a Hangman game using Django and I'm having some trouble generating the blanks from the words if the answer is two words, such as a first and las

Is the R function for dividing dual y(mutiple) in time-series graph?

I'm trying to plot graph that dual y according to concentration(ppm, temperature etc.) Reference data is here. Using this data, i want to make graph below. In