Jian Liu
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...
I'm seeing a similar issue, but I've confirmed my S3 setup (for example, I can upload media to S3 and then insert it directly into pages). However, putting images into...
So on further reflection, the NextGen gallery plugin doesn't work either, because it tries to write locally. I'm aware that I can run MAMP locally get the plugin and galleries...
@gajus Any feedback?
@carlthome See https://github.com/grrrr/nsgt/pull/8 @grrrr Could you please look again at my responses on the PR?