Juraj Kirchheim

Results 98 issues of Juraj Kirchheim

So for example `ENOENT` becomes `NotFound` etc.

Try `Sys.command("start", "http://example.com")` on Windows. Works on neko, but not with hxnodejs, because it needs to be run through the shell. Interestingly the externs don't mention that option, but if...

It would be cool if we could prefix the output with `#!/usr/bin/env node` automatically (at least as an opt-in). Currently I do some wacky `Context.onAfterGenerate` which together with the compiler...

To quote Caue on this one: > For now, haxelib has a ndll folder, which is in the search path when using Lib.load(). The way it's organized isn't very good,...

client

After thinking about #11 and how to keep the client small, I've had the following idea: Running `haxelib ` could simply be a shortcut for `haxelib run haxelib_cmd_` provided that...

question
client

This one goes mostly to @ncannasse who has opposed this up until now. I'm not really against, because with macros, malicious code can be executed with simply by calling `-lib...

enhancement
accepted
client

In #142 @jasononeil made a couple of propositions regarding this: > - [ ] The website lists would be sorted by semver, not upload time. > - [x] The current...

website
client

Navigating docs.oracle.com is a PITA, so it'd be really nice if `go to definition` on a class/method from a `.jar` / `.dll` would open a read only editor that contains...

Default tags are used to bring `` and such into scope. They complicate tag resolution *a lot* (which in turns makes supporting IDE services all the harder) and they really...