Results 86 comments of ibilon

Native only work on externs, though I'm not sure you can do an extern typedef.

This is not intended behavior, user and project names are supposed to be case insensitive.

Beside the fact that users can write custom commands, would haxelib be separated into several modules, or would there be a haxelib core and some commands moved into optional plugins?(which...

Which version should be shown though, the set version or latest installed? Both could be argued for.

To do that we need the password reset functionality, then we could empty the password column and force a password reset for everybody.

Sha256 is still safe so it should be good, and with the random salt we shouldn't see a crack any time soon.

I knew about PBKDF2 but I assumed it wasn't available in haxe, in that case yeah we should go with that one.

The problem is non-haxelib package like git #238 which we can't reason about since we don't have their haxelib.json. That aside we'd need a cache of all the lib/version to...

> OPAM deals with these via separate pin command which we also could look into: https://opam.ocaml.org/doc/Usage.html#opampin That's taking into account the dev versions, or any lib that's installed locally, but...

I did a small code using the constraint programming solver or-tools https://gist.github.com/ibilon/30acc1107f4dc95912a1 (not 100% finish, there's no semver compare code, but that's only used find an optimal solution and the...