Kevin Leung
Kevin Leung
Will this work? http://stackoverflow.com/a/6471170/3212365
I guess that's because the Bytes instance is created with `js.node.Buffer.hxToBytes()`?
Reading the PR again, I _think_ `Sys.command("start http://example.com")` will work
This is the minimum js I reduced: ```js var haxe_io_Bytes = function() { }; var b = require("buffer").Buffer.from('foo'); var o = Object.create(haxe_io_Bytes.prototype); o.l = b.byteLength; o.b = b; b.b =...
I use a shorter thing, for *nix only: https://github.com/kevinresol/geojson/blob/master/submit.sh But agreed that `haxelib submit` should support something like `.haxelibignore`
I think the developer has the "right" to remove a library he wrote, even it is depended on by other users? And I think it is really the lib developer's...
 I would also like to manipulate both "Slide Master" and "Layout"
I also have experience that the haxe binary runs indefinitely, eating my CPU and battery. Is this a lix-only problem?
I would also like to see this merged and have a new release please