I'm just starting to learn programming, this is new to me. import time def countdown(t): while t: mins, secs = divmod(t,60) timer = '{:02
I want to use nuxt auth with local refresh strategy. I have backend on ASP.NET Core. I’m stuck with refreshing token, API method for refresh not called. T
I'am struggling to find any information about bending or extruding along path some bezier profile. Let's say I have some path: UIBezierPath *path = [UIBezierPat
I have written a swift function that takes a String and a Range as its parameters. How can I check that the range is valid for the string? Edit: Nonsensical
I am building a data analysis pipeline in which I need to create a virtual environment using this command: python3 -m venv venv And then I will activate it usi
My App use the file paths of images and music and videos provided by Environment.getExternalStorageDirectory() to create albums of photos, but with Android 11 I
I have many scheduled queries running on a project and it is getting hard to keep track of which script or query is breaking. Is there a way that I can add send
I am using this Dockerfile to deploy to App Engine Flexible environment. FROM gcr.io/google-appengine/python RUN apt-get -y update && apt-get -y upgrad
Building native extensions. This could take a while... ERROR: Error installing rmagick: ERROR: Failed to build gem native extension. current directory: /home/e
I have folders full of log files, and I'd like to display their final status in a column in the folder they are in. That is, in Details view I want to make a ne