Stephen Margheim
Stephen Margheim
The key point is that this isn't so much a `Sidekiq::Client` concern. Essentially and ideally, I would like for Sidekiq job instances to be meaningful objects. However, I can always...
@nvasilevski: I opened #50468 to add the documentation improvements, but everything else in this PR was captured by #49290. Once #50468 is merged, this can be closed. @OuYangJinTing, I made...
Same issue here on v0.3.9. I am investigating to try and learn more, but because the database is locked rarely and randomly, investigation is difficult. I am running Litestream on...
Speeding up the test suite is a nice feature. I've been running the whole suite locally a lot lately, and these tests are very noticeable.
Well, it isn't on my machine. Perhaps something changed when I added AppleScript logging? Try running the AppleScript tests (with a clean install of the Bundler to the Application Support...
> +1 to adding the progress handler, maybe we need to make sure this doesn't explode if sqlite is omitting the progress handler in the compilation process @oldmoe: Does c0d5144...
Clearly didn't get it quite right with [af1da42](https://github.com/sparklemotion/sqlite3-ruby/pull/458/commits/af1da42d90e836dd59a18cc25445600e1b303e19). Will study and try again.
I had a stray line in the `allocate` method. Removing that brings me to the same problems with TruffleRuby. Whenever you figure out how to solve that in your branch,...
All green. Thanks so much for the guidance @byroot.
Never seen this error before, but it looks to be completely unrelated to this PR (from `sqlcipher (windows-latest, mingw)`): ``` NOTE: ruby_memcheck is not available in this environment: cannot load...