Bogdan Popa
Bogdan Popa
Based on "EDIT3", I've gone ahead and changed the forms to return `void`. I think the likelihood of that change breaking any code in the wild is very low, and...
On x86 and x86_64 Windows 10 and up, you could also try installing my `libsqlite3` package (`raco pkg install libsqlite3`), which distributes version 3.92.2.
In this case it would be that you don't have to manually move the files around. In general, it would be that I keep the package more up to date...
@amureki has stepped up as maintainer so I'm closing this for now. That said, if anybody else feels like offering a hand, I'm sure @amureki would appreciate the help so...
Would you like to make a PR with your proposed fix?
Thanks for the report! The error makes it sound like either there was partial data in the message or the message was not JSON for whatever reason. I don't have...
I'd happily accept a PR for this! I'd recommend logging a warning instead of using the `warnings` module. I assume that's what you meant anyway, but just wanted to make...
I'd go with the simplest approach: when the job is run.
Thanks, @CaselIT. I'll address that problem.