Juraj Kirchheim

Results 98 issues of Juraj Kirchheim

The other day on slack we discussed whether or not it might make sense to "load" types from the last set of types rather than hxb, as it's probably easier...

feature-hxb

I get this error *a lot*: https://github.com/HaxeFoundation/haxe/commit/acaa3ec060589e138c97512c8df4910c00400dce#diff-4a35a028da1fe67ee6a21fbd5305d08cR3127 Minimal example (save as `WindowManager.hx` and compile with `haxe -lib coconut.vdom WindowManager -js whatever.js`): ```haxe package ; import coconut.ui.*; import coconut.data.*; using tink.CoreApi;...

Weird edge case incoming: ```haxe import haxe.ds.Option; class Test { static function main() { switch Some(Working) { case Some(Working | Somehow): // fine case None: } switch Some(Broken) { case...

feature-pattern-matching

I expect this to be way beyond any of the immediate plans for hxb, but: If for a moment we assume the existence of haxe based hxb reader, I can...

Should be a safe thing to do.

Dunno if this is achievable without bending over backward, but it would be nice if there were support for editing lix scripts, see: https://github.com/lix-pm/lix.client#scripting I think the ideal solution would...

The build just completely stops here: https://travis-ci.org/haxetink/tink_tcp/jobs/129677819#L1424 The reason is that `tink_runloop` was not in fact installed. Obviously this seems more of a Travis oddity (at the very least one...

First stab at rendering all views statically. Let's track all issues in this PR.