-
```
JSON Data on line 175: Expected ':' but got 'lime"' instead. Main.hx:63
Uncaught JSON Data on line 175: Expected ':' but got 'lime"' instead. TJSON.hx:33
```
``` json
"Missing "lime" haxelib" :…
-
I'm getting this every time I start IntelliJ.
Ultimate 2018.3
JRE: 1.8.0_152-release-1343-b15 x86_64
JVM: OpenJDK 64-bit Server by JetBrains
Mac OS X 10.13.6
Haxe Tookit Support v1.1
Haxe Chec…
-
I cloned Lime from git and set the folder where I checked it out as library path for dev version in haxelib:
haxelib dev lime /path/to/lime
I created another project that had Lime as depende…
-
Running `haxelib run gmodhaxe` caused the issue
-
When I use the bundle on a file that's not in a subdirectory (with `package;`), the status bar reads:
> Main (cpp:Build)
But when I use it with a file in a subdirectory (with `package foo;`), it rea…
-
- Windows 10
- IntelliJ IDEA 2016.2.5
- Plugin version 0.10.1.1
My haxelib contains "-lib actuate", so the plugin automatically generates a haxelib dependency for actuate, and it all …
-
Check installed hxSerial
```powershell
01-blink → λ git [master ≡] → haxelib install hxSerial
You already have hxSerial version 0.1.2 installed
```
Try print list …
-
Ever since haxelib was updated to use threads on neko, it has been segfaulting randomly in github actions. e.g.
```
Command: haxelib [git,utest,https://github.com/haxe-utest/utest,master,--always]…
-
`haxelib run openfl build ProjectStandAlone.xml html5 -release -Dwebgl`
```
Running command: BUILD
- Running command: haxe Export/web/html5/haxe/release.hxml
C:/Users/CrazyFlasher/Documents/work/…
-
init munit for current project(can't captured to FD output because need user input)
`RunProcess|cmd.exe;/c cd $(ProjectDir) & haxelib run munit config`
run all tests for current project (use FD outpu…