Juraj Kirchheim

Results 252 comments of Juraj Kirchheim

Oh, the container part is exciting news :) I do indeed have plans for this kind of stuff. For me reverse routing is the most important bit (so you don't...

@skial Say, I wonder is there no way to bypass this restriction? How do other frameworks cope with that? Where might I find documentation for this?

Phew, that's quite some reading to do :)

I'll have to think about this. For the proxy it's actually not a big deal, but for the router it's a bit of a nightmare. Right now I would recommend...

It's complete, although maybe unclear. It's not the trace statement per se, but rather the fact that the handler captures a reference to the source, thereby delaying GC until the...

Yep, this is not good. If your intention was to keep the `haxe.Exception`, then adding an `#if (haxe_ver >= 4.1) catch (e:haxe.Exception)` clause should do the trick.

My advice: don't follow that path, for at its end lies only madness! :D In essence `Sys.getChar(false)` is *a lot* different from reading from stdin. It puts the input stream...

For that we'd have to make the suite be processed by a build macro though. Pruning non-included tests might work if you delay typing of the function bodies (e.g. via...