Results 11 issues of ibilon

- [ ] Image/PixelMask is missing several collide functions: http://forum.haxepunk.com/index.php?topic=841.0 see: #307 & #223 - [ ] check that everything can collide with everything - [ ] check the use...

missing feature

Running dox on a class with an overloaded function, each version having its own documentation: ```haxe extern class Test { /** Test with String **/ static inline overload function test(s:String):Void...

For instance `var i(default, null):Int` and `var i(get, null):Int`. They aren't the same of course, but visually they are: - http://api.haxe.org/v/dev/sys/net/Socket.html#custom - http://api.haxe.org/v/dev/sys/net/Host.html#ip - http://api.haxe.org/v/dev/Math.html#NEGATIVE_INFINITY So should they be fused...

template

@nadako in #318 > though we don't really have any command-specific switches Actually we have one: `--flat: do not use --recursive cloning for git`. Install/update could use a `--conservative` flag...

client

This issue https://github.com/HaxeFoundation/haxe/issues/5328 reminded me of a couple of issues I have with the default path. First, the one mentioned in the linked issue, it shouldn't be a sub-directory of...

client

Currently when trying to access a project/version that doesn't exist you get a "Page not found" http://lib.haxe.org/p/doesntExist/ http://lib.haxe.org/p/haxelib_client/4.0.0/ because of https://github.com/HaxeFoundation/haxelib/blob/development/src/website/controller/ProjectController.hx#L44 We need a page for "No such library" "Project...

website

Hi, In the spirit of moving haxelib forward I think what it really needs is a good API, it would make a very clean separation of logic and cli, and...

enhancement
client
api

Currently when installing a library it gets downloaded, extracted, and dependencies are recursively installed. This isn't without issues, if something goes wrong in the middle things are left in a...

enhancement
client

For now it's only applied to the manual, https://github.com/HaxeFoundation/haxe.org/blob/staging/src/generators/Manual.hx#L211 but the documentation could use it, the blog too. Also maybe change the style to something more common like https://gfycat.com/PopularPlayfulCrocodile

Hacktoberfest
help wanted

`pack/Main.hx` ```haxe package pack; class Main { static function main() {} } ``` `build.hxml` ```hxml --main pack.Main --macro nullSafety("pack", Strict) ``` Running it at least twice will give ``` >...

feature-compiler-cache
test-needed