Clément Charmet
Clément Charmet
Would it be possible to move it to a CSS in `try-haxe` ?
@nadako +1
@nadako meanwhile you can : ``` inline static function _byteLength ( str : String, ?enc : String ) : Int return untyped Buffer['byteLength'](str,enc); ```
Looks good to me
- naming conventions (package, casing, and also non-native API such as typedefs) For instance, I use to systematically "prefix" my typedefs with the name of the module (to avoid same...
From what I understand, `hxnodejs` is about the core nodejs API only.
Ok then if it's about third-party :p :D It might be useful to add "tips and tricks" such as : - reserved keywords (ex: `express.static`) : can be accessed using...
@mockey I like simplicity, so for now I prefer to have package.json in... package.json ;) But it's getting quite OT :D About `js.node` package, there are quite a lot of...
Yes, it's like `npm install git+ssh://[email protected]:npm/npm.git#v1.0.27` see https://docs.npmjs.com/cli/install
`haxe-npm` currently uses `haxe --run haxelib.client.Main` (for now) :(