Niel Drummond

Results 81 comments of Niel Drummond

Hi @pierresouchay , thanks for picking this up again..

I don't know if it's relevant to the discussion, but for stipple I'm using a [forward matching regular expression](https://bitbucket.org/grumpytoad/stipple/src/4402b036717b7d12211233efe2d654265fac552c/stipple/Lexer.hx?at=master#cl-94), then rewind the lexer position.

As you say, I am waiting for the new haxe version to be released, and I hope @Simn will release a haxelib version of hxparse too. Regarding hxparse I think...

You can call peek and junk manually, it's works well though it feels like the API could be made nicer. Would a preprocessor require compiling twice ? Maybe simply having...

Yeh perhaps it's better to just leave it as is.. just wanted to make you aware of that use case.

It looks good, the code is more maintainable, the compile-time performance impact seems to be minimal on the test suite (at least after several runs), so I'll use this solution...

Looks nice! Let me know if I can help you with any issues..

This isn't supported right now, but happy to accept a PR for this feature.

Thanks for the detailed report, I suspect that the docker server is returning an error message but not sending a status code that Bollard considers as an error. If you...

Yes, that is useful. It looks like the Docker server starts the stream successfully, but fails midway.