Clément Charmet
Clément Charmet
see https://github.com/HaxeFoundation/haxe/issues/5672 A nice workaround would be to check for file existence / create the file before `append`ing to it, here: https://github.com/HaxeFoundation/haxelib/blob/development/src/haxelib/client/Main.hx#L798
It doesn't seem possible to have git dependencies currently : ``` json "dependencies": { "hxnodejs": "https://github.com/HaxeFoundation/hxnodejs.git" } ``` The above seems to fail. Or maybe there is another syntax ?...
seems interesting... https://github.com/haxetink/tink_csss
We need to implement basic Retina support for Flash target. Currently, in Flash on Retina displays, BitmapData are drawn with 2x2 physical pixels, so drawing for example a TextField to...
I don't really know where to start investigating. It seems on NME, the dimensions of the texts are not correctly measured, and thus the draw surface is slightly too small.
When browser cache is enabled (and thus, the loaded .html document is loaded from cache), `Browser.document.addEventListener('load',foo)` never triggers `foo`...
``` html ``` ``` css .picto{ opacity:0.5; display:block; height:50px; width:50px; background:url('http://demos.silexlabs.org/trycocktail/img/cocktail.png'); } .picto:hover { opacity:1; } ``` This will cause the whole picture to be visible, even though the element...
Hi there :wave: I love BlueDot, and wanted to contribute a web client using [Web Bluetooth](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API). I've made a few tests (I'm not particularily an expert in Bluetooth in general),...
Hi ! First, thanks for this great project. While the page is working perfectly on Chrome Desktop (ubuntu), I'm having trouble making the web page work on Chrome Android: It...
https://github.com/clemos/npm-haxe has more features : - haxelib - nightlies - run from nodeJS IMHO the way you handle `-lib` to avoid `haxelib` dependency is just wrong : https://github.com/damoebius/haxe-npm/blob/master/bin/haxe-cli.js#L20-L22 `-cp` is...