JT

Results 8 comments of JT

The `highWaterMark` setting in nodejs streams would solve this issue but the underlying AWS SDK does not appear to provide the ability to set this property. In absence of that...

For building symengine, I went with all the defaults, just doing `cmake .` `make` `sudo make install` I'll try to recompile and link it with MPFR to see if this...

Is there a workaround that would enable a `trx` object to be passed around? E.g. ``` const a = async (trx) => { return knex .transacting(trx) .etc... } const b...

Yep that's fair - I'll test out what changes may be needed for webpack 3, and see if it's trivial enough to be worth opening a PR. I totally agree...

My guess is that for now, this project would need to support this, or a separate (probably very small) project/repo. I think upstream probably wouldn't support this directly as it's...

Echoing @bnichs5 's comment above. I have: "/tv/some show name/Season 3/some show name (2005) s01e01 some episode name/some show name (2005) s01e01 some episode name - 1080p.mp4" "/tv/some show name/Season...

Thanks for the tip @dkanada. I gave that a go: "/tv/some show name/Season 3/some show name (2005) s01e01 some episode name/some show name (2005) s01e01 some episode name [1080p].mp4" "/tv/some...

Hi mxw, It was in block-visual mode - particularly in the use case where I'm commenting out multiple lines each with leading periods (`.`). I'll do some further debugging especially...