Jens Fischer

Results 175 issues of Jens Fischer

See http://lib.haxe.org/p/flixel/ How lib.haxe.org renders it: ![](http://i.imgur.com/4TxmpD5.png) vs GitHub: ![](http://i.imgur.com/DNKIWbF.png) I'm not sure, but I think this might be a regression? I remember looking over the readme after a few...

bug
website
Hacktoberfest

It makes sense for projects that have an official website to link to that in the `haxelib.json`, like [flixel](http://lib.haxe.org/p/flixel/), [openfl](http://lib.haxe.org/p/openfl/) and [HaxePunk](http://lib.haxe.org/p/HaxePunk/) are doing. Unfortunately, this leads to the "social"...

website
api

It looks like `THREAD_TERMINATED` events can report a `threadNumber` of -1 in some situations. See https://github.com/vshaxe/hxcpp-debugger/issues/22 for the full details and a repro case.

It would be nice to have code completion support for libraries. I think this more or less just comes down to having `lime display` work with `include.xml` files?

Currently, HTML5 builds break if there's an env variable called `hl` due to `if="hl"` in the XML: ![](https://i.imgur.com/eHzGp8J.png) @jgranick had some ideas to make this more robust: >but perhaps we...

This contains the type inference fix mentioned by Simn in #48, as well as a fix for the `toArray()` extension method call. `NativeArray` uses `eval.Vector` under the hood, [which also...

```haxe import polygonal.ds.PriorityQueue; class Main { static function main() {} } ``` ``` > haxe -main Main -lib polygonal-ds --interp [...]/PriorityQueue.hx:354: characters 3-13 : error: {+ priority : Int }...

![](https://i.imgur.com/mxBFW0B.gif) We should offer "Replace with _" instead of "Remove" in this case.

bug
code-actions

(once it is ready for that, that is) @wiggin77 has expressed strong interest in this, since he needs a proper parser to fix some issues in codedox: - https://github.com/vshaxe/codedox/issues/7 -...

enhancement
extension-api

Ideally it would only start up once there's a display request in this case (vshaxe can easily get activated in workspaces without any hx files, for instance by a generic...

enhancement