Chris Arderne
Chris Arderne
Joblib link seems to be dead. Not sure what your preferred PR flow is but feel free to ignore and include in your next docs update. :)
### Constraints Happens in Firefox 98.0 on Ubuntu, but _not_ on Chrome (same OS). Happens in the scrolling Account view (eg `url.com/ledger/account/Assets:Current/`) but _not_ in the Journal view. ### Bug...
@Lkruitwagen @frandorr Moving all the `extract_patches` logic into the main package under `satextractor.extractor`, leaving only the HTTP and BQ stuff in the Flask app. Seems cleaner, and gives the option...
## Bug Report ### At what date and time did you most recently experience the problem? Now. ### Where did you experience the problem? E.g. Azure Web Apps, Azure Functions,...
We're using this diff to work with a [stac-fastapi](https://github.com/stac-utils/stac-fastapi) app that needs to set up and tear down a DB connection for each request. I'm not sure how generic this...
New issue brought over from #23 as requested. Running Regoligh 2.1. ### Scenario - I hit Meta+Alt+Space and the search window pops up after a tiny delay. - Then I...
New issue brought over from #23 as requested. Running Regoligh 2.1. #### Scenario I have some files in various places in my HOMEDIR: 1. dial.txt 2. Dial Revenge.mp3 3. Street...
## Expected behaviour I used to use `rofi` with a keyboard shortcut that launched this: ```bash xdg-open "$(fdfind . $HOME | rofi -dmenu -i -p find)" ``` This finds everything...
I frequently hit into Google's queue limit (3000), so I've added some code to catch this and use an exponential backoff (starting at 10 minutes) before trying again. I haven't...