Jian Liu

Results 6 comments of Jian Liu

Also http://urwid.org/index.html looks a lot better than using raw curses, any thoughts about that?

Would you accept a PR to add a `transaction_isolation` parameter to the JS functions, perhaps to `SharedWorkerOptions` ?

My apologies, I failed to explain myself well above. 1. I'd like to use `default_transaction_isolation = SERIALIZABLE` so that my own application, which shares the DB with graphile-worker, may avoid...

@lelit Thanks, I would work on it myself, but it's been a long time since I've touched C++. [ijson](https://github.com/isagalaev/ijson) seems pretty popular (500+ stars) precisely because incremental parsing is so...

Yes, I think you are right, although it looks like there is are `IterativeParse` methods on the `Reader` class which takes a `Handler`: http://rapidjson.org/md_doc_sax.html (under 'Token-by-Token Parsing') Perhaps the easiest...

The suggestion above worked for our use case. As an aside, we found that custom pools skip graphile-worker's default release logic, so a couple extra lines were necessary: ```js const...