Juraj Kirchheim

Results 98 issues of Juraj Kirchheim

Just spent 10 minutes trying to figure out why my parameters weren't sent out. That said, there should be some `@:quirks` mode that can be opted into to allow for...

I've started working on a build macro based version that'll make the users write `implements tink.unittest.TestSuite` in the long run (I propose deprecating the current style for now). The main...

For deduplication, this thing should be rewritten on top of tink_typecrawler.

Especially file descriptors must be closed. If part of a file source is piped somewhere and the rest is never read, it should be possible to close the source (and...

At least that's the most plausible explanation for a bug I've observed. Have to find a way to repro though.

This should contain all breaking changes for V1.

Should add an update function to `State` that can access the current value without creating dependencies. Particularly useful for `autorun`, e.g.: ```haxe autorun(() -> { someDependencies; someState.value += 1;// will...