jongleberry

Results 314 comments of jongleberry

basically, shouldn't this issue go to `qs`?

oh what. i'm blind. i thought i saw this in `body-parser`. :)

won't work on this anytime soon since i don't actually need it. just a thought :D

using a new file using `npm i --save pg pg-query-stream`: ```js const QueryStream = require('pg-query-stream') const { Pool } = require('pg') const client = new Pool() const result = client.query(new...

`¯\_(ツ)_/¯` i guess so

please! i think a concept people should know, at least for using for control flow, is that generators are not just "iterators", but simply allow "arbitrary execution". a case to...

i have this layout here: https://github.com/jonathanong/horizontal-grid-packing that uses this algorithm https://github.com/jayrbolton/linear-partitioning people keep asking me to work on it, but i haven't used it in ages. problem with a lot...

btw supertest returns promises now