Chris Zelenak
Chris Zelenak
Loops on `#incr`, that's the only command. The client is initialized with `:master_only => true` . Setup was three node managers, one zookeeper, three instances of redis. Test script looked...
Lot of good changes in here, I'll check out the branch this week and try it out - great idea to pull all these together, thanks.
Can you try generating the barcode as a PDF and drawing it to the screen in your drawRect with CGContextDrawPDFPage? I ask because I had better success with barcode scanning...
bcharp: Weird. The code 128 algorithm has always been a bit flaky, both dale and I had to make some bugfixes to it. If you have time to take a...
Can you try adding `-ObjC` to your "Other Linker Flags" in your project? That method is added via an NSString category in the project, and I believe that it's not...
* I think that there still might be value wrt using Postgres / SQLite as the place where job records / retry counts / some level of worker memory is...
Tests passing again, there were some issues w/ things on master and the CI setup that were causing tests to fail.
There was an out of band discussion on this branch regarding handling `SQLITE_BUSY` correctly. The default behavior of the SQLite bindings ( and SQLite proper ) is to return `SQLITE_BUSY`...
Current third party libraries that add functionality here: * https://github.com/sriraman/react-native-shared-preferences
Like something [here](https://github.com/neon-bindings/neon/blob/main/pkgs/cargo-cp-artifact/src/index.js#L88) that would essentially say `if arch == arm64 and platform == Darwin { recodesign }` ? Or by saying `unlink` do you mean something else? I'm happy...