-
```
haxelib run bind objc ~/Developer/Projects/FooBar/BTM.h --json --parse-only --pretty
sh: ~/Developer/Haxe/libs/bind/0,2,2/cpp/Main: Permission denied
```
Same result with `sudo` 😩.
macOS:…
-
To add to the roundup todo list, use the following markdown format.
```
- [ ] optional description [link name](/link/to/item)
```
So it generates the following:
- [ ] optional description [li…
skial updated
6 years ago
-
If nonces are non-sequentially higher than the network confirmed nonce, we should ignore them when composing new transactions.
Really, they should fail in that case when composed.
-
To add to the roundup todo list, use the following markdown format.
```
- [ ] optional description [link name](/link/to/item)
```
So it generates the following:
- [ ] optional description [li…
skial updated
6 years ago
-
| Lib | Importance | Remarks |
| --- | --- | --- |
| mvc | high | this is core "ufront" |
| orm | medium | a plugin |
| client | low | actually it is just mvc + orm + some supporting lib for js (e.g. …
-
Hi, I use Haxe 3.4.2.
When I want to compile my project (NodeJS) I got this error:
```
/Volumes/Work/Haxe/libs/modular-js/git/src/modular/js/Klass.hx:131: characters 19-72 : Invalid input value
…
-
I did some investigation of compiler performances, using the following benchmark:
1) compiling the whole Evoland 2 source code into a compiler cache
2) recompile several times without touching anythi…
-
To add to the roundup todo list, use the following markdown format.
```
- [ ] optional description [link name](/link/to/item)
```
So it generates the following:
- [ ] optional description [li…
skial updated
6 years ago
-
There seems to be something in the JS generator that allows for `object["constant"]` to become `object.constant`. Unfortunately `object[""]` becomes `object.` thus causing a syntax error. Example code…
-
To add to the roundup todo list, use the following markdown format.
```
- [ ] optional description [link name](/link/to/item)
```
So it generates the following:
- [ ] optional description [li…
skial updated
6 years ago