Josias Aurel

Results 21 issues of Josias Aurel

Pytube won't download videos until the regex in `cipher.py` (the one on line 30) is set to `r"^\$*\w+\W"`. This according to the StackOverflow answer [here](https://stackoverflow.com/questions/70776558/pytube-exceptions-regexmatcherror-init-could-not-find-match-for-w-w) Doing the mod on my...

Hello. Please I wish to know why I can't use this plugin in production. I am very interested in using this - it makes it easier for my project and...

i modified that long code that required each number. I saw that the way you made your calculator prooved you had time but limited knowledge. Also think of adding the...

addresses #1383 ```shell $ mise settings List all settings $ mise settings a Get the value of setting with name 'a' $ mise settings a=b Set setting with name 'a'...

I've encountered multiple instances where my Mac begins to heat up a lot and the culprit has always been a scrapbook tab opened.

bug
tech debt

- [x] Closes #210 - [x] Tests added - [x] Passes `pre-commit run --all-files` - [x] New functions/methods are listed in `api.rst` - [x] Changes are summarized in `docs/source/whats-new.rst`

Previously after closing the sprig editor window llm chat sessions were not properly ended. With these changes, a request will be sent to the server to end that chat session...

Note: This issue depends on #1298 It would be nice that when attempting to flash a game unto the Sprig console, the app checks whether or not firmware version on...

feature request
medium priority

The sprig gallery currently has to compare every search query against every game which is very inefficient. A trie-based approach to search will be vastly more efficient than comparing against...

tech debt