ajskateboarder
ajskateboarder
**Description** I am trying to run a few FastAPI instances with the same route. The main file to start the server chooses a random port from 8000 to 8010. ```py...
^ title It would be nice to install the api from PyPi. The script could be in the library
I am using this package for data gathering, and for my specific use case, I only want comments that aren't replies. Is it possible to add such a feature?
This seems to be the erroring line: ```py result['time_parsed'] = dateparser.parse(result['time'].split('(')[0].strip()).timestamp() ``` And it results in this error: ``` regex._regex_core.error: bad escape \d at position 7 ``` You could put...
I made a fork of this project to make some modifications, but when I try to run this code on a virtual server running Ubuntu, it does not function properly....
Could there be a way to download specific files from a stopped workspace rather than downloading all files? It would be much more convenient, especially in the case where you...
### Why this would be helpful I believe being able to link to other scripts from comments would make large projects much easier to navigate. ### My suggestion This addon...
Resolves #7672 ### Changes I brought back the forum time zones addon by using a reliable alternative to the now-dead mobile forums. By posting to https://scratch.mit.edu/i18n/setlang with your language code...
### Why this would be helpful When you have a lot of sprites in your project, you may want to see how specific sprites run on their own without other...
For example: ```css html[style*="--color-scheme: dark"] { ... } ``` which gets minified to `html[style*="--color-scheme:dark"] {...}` in the bundle and doesn't select correctly