Bulby
Bulby
This allows annotations within annotations for JVM only; The syntax is the same as the toplevel, i.e. a path then a call with a list of equal pairs. sorry if...
I'm working on a computercraft script, and how it passes arguments is via calling the file with rest args. In lua, you are meant to obtain these via ```lua local...
Certain java annotation args require using other annotations, but haxe doesn't not allow this at the moment. Equivalent java code: `@Foo(@Bar("baz"))` Haxe code (doesn't work) `@:meta(Foo(@:meta(Bar("baz"))))` My current workaround just...
`js.node.http.IncomingMessage` has a headers field; can this be exposed through NodeJsHttp?
Saving profile doesn't work for me; setting it and asking always returns balanced. ``` [bulby@bulby-surfacepro6 ~]$ surface pro set low-power Platform profile set to 'low-power' [bulby@bulby-surfacepro6 ~]$ surface pro get...
A lot of things related to `haxe.zip` are dependant on if it is haxe3, even though haxe4 supports it still. Even more concerning is the fact that the uncompress and...
Adds "why" command, which finds the reason a library must be included. Basic documentation: `haxelib why [library]` Looks through the haxelib.json dependecies, and returns the dependency path if it's found,...
## Desired Behavior Clojurephant should, when `compileClojure.classpath.from` is used, look up from those classpaths ## Context Currently it doesn't seem feasable to depend on langs other than java. This would...
This doesn't work: ``` trace(Yaml.render(Yaml.parse(Assets.getText('assets/images/custom_chars/custom_chars.yaml')))); ``` This is the fille ``` { template: !!map { like: bf, icons: !!seq [0,1,24] } } ``` Is something wrong with the file or...
Use @:op metadata for get set for ObjectMap