Jens Fischer

Results 175 issues of Jens Fischer

`MarkdownHandler#processCode()` naively assumes that `field` in `this.field` is a field of the current class. However, it could just as well be from a super class. I think this should be...

bug
generator

It would be nice if [shields.io](http://shields.io/) badges were available for haxelib - this is the case for a lot of other package managers like npm, NuGet, gem, etc.. There's usually...

enhancement
website
api

http://lib.haxe.org/u/ Seems to be the case quite frequently. ![](http://i.imgur.com/5MuVs5p.png)

server

See http://lib.haxe.org/p/modular-js ![](http://i.imgur.com/Jc41UVJ.png) Looking at the source, this is probably caused by the code being indented _and_ wrapped in ```: ![](http://i.imgur.com/sNGDW35.png) GitHub has no issues rendering this: https://github.com/explorigin/modular-js

website

When sorting by popularity (http://lib.haxe.org/all/), at least 5 of the 20 or so most downloaded are not maintained anymore because they have been merged into other projects: - openfl-native -...

website
client
server

The Readme isn't shown on http://lib.haxe.org/p/openfl/ or http://lib.haxe.org/p/lime/ - it seems like this happens because it's located in a subdirectory.

website

On the "All Haxelibs" page (https://lib.haxe.org/all/), it tells you when each lib was last updated: ![](https://i.imgur.com/nyxqsCb.png) This info is missing on tag pages (e.g. https://lib.haxe.org/t/cross/) - would be nice to...

website

The download graph for [heaps](https://lib.haxe.org/p/heaps/versions/) looks quite strange: ![](https://i.imgur.com/uWeAHxN.png) I'm guessing this is because 1.2.1 was released after 1.3.0.

website

If you search for `hre` on Haxelib, you'd expect the first hit to be [the library whose name matches the search term _exactly_](https://lib.haxe.org/p/hre/). Instead it's almost at the end of...

website

As discussed in #342, the subpages for tags are not properly sorted by downloads as they should be. For instance, `flixel` appears pretty late on this page, even though it...

website
Hacktoberfest