Matthijs Kamstra
Matthijs Kamstra
use ``` html ``` tested it quickly on apple chrome/firefox/safari
Hi I have been working on documentation for different target for some time now: - [haxe and JavaScript](https://github.com/MatthijsKamstra/haxejs) - [haxe and PHP](https://github.com/MatthijsKamstra/haxephp) - [haxe and nodejs](https://github.com/MatthijsKamstra/haxenode) In the HaxeManual most...
If a lib is installed using git, `haxelib user` and `haxelib info` doesn't work example: ``` haxelib git js-kit https://github.com/clemos/haxe-js-kit.git haxelib haxelib info js-kit Error: No such Project : js-kit...
I installed `Haxe Compiler 3.3.0 - (C)2005-2016 Haxe Foundation` rc1 on OSX el capitan, and this issue started to popup again. ``` Error: haxelib Repository /usr/lib/haxe/lib does not exist. Please...
check if that is true
``` [ { "id": 1, "name": "a", "description": "aa" }, { "id": 2, "name": "b", "description": "bbb" }, .... ```
https://twitter.com/clemenchar/status/848909794970931200
I was lazy and only used the first element... that can be done better!
I wanted to test your extension on ios, but it failed: (The example code I used is from `https://github.com/josuigoa/CameraMic/tree/master/test_project`) ``` → lime test ios Error: Source path "/usr/lib/haxe/lib/CameraMic/git/ndll/IPhone/libcameramic.iphoneos.a" does not...
Hi I just updated VSCode Haxe plugin, and the new thing I encountered: ``` vscode-project.hxml ``` which looks very similar to the build.hxml you need for vscode to work. a...