Joey
Joey
I'm having a similar issue but unrelated (*at least indirectly*) to function bodies/exprs I created a Test typedef in [stdgo/time/Time.hx](https://github.com/go2hx/go2hx/blob/master/stdgo/time/Time.hx): ```haxe typedef Test = Int; ``` then referenced the type:...
Any news on this?
Thanks for the mention @haxiomic , I'm sure dts2hx could use [downlevel-dts](https://github.com/sandersn/downlevel-dts) as a first compile step assuming it's fast enough and covers the spec better, And in addition as...
Alright sweet thanks for the improvement.
interp is shown in the haxeflixel movement demo. Because you take the velocity and add it to the client, you are predicting the next frame before it happens. problem with...
@Ohmnivore Great find Thank you, definitely will be using this :+1:
I'm having the same issue.
Ah looks like stdgo Bytes need to be recompiled. I can tell because of the missing function errors of ``stdgo.Go`` and ``stdgo.internal.Macro``. ``bytes``, ``unicode`` and ``strings`` are very reasonable libraries...
> It would really help me, and other future users, if the standard library was routinely recompiled before each update to the 'nightly' version of the code. That's a great...
Soo it looks very promising to do it via an auto commit system such as [this](https://github.com/stefanzweifel/git-auto-commit-action) there's also a possibility to do it with pull requests but having it get...