-
To add to the roundup todo list, use the following markdown format.
```
- [ ] optional description [link name](/link/to/item)
```
So it generates the following:
- [x] optional description [li…
skial updated
5 years ago
-
Hello, I just discovered linc and it's awesome.
For my first contribution I wanted to create a **linc_syslog** lib.
But I've got some problem to compile it, namespace stuffs. I have a hard time fig…
-
I thought maybe it was just my code being quirky. I was opening a file, storing the text in a string and assigning that string to the Text property of the scintilla control. I also tried `InsertText…
-
Auto-completion fails in VSCode with this because env vars are auto-expanded in arguments and we send the file contents via JSON-RPC on the command line:
```haxe
/** %HAXEPATH% **/
class Main {
…
-
To add to the roundup todo list, use the following markdown format.
```
- [ ] optional description [link name](/link/to/item)
```
So it generates the following:
- [x] optional description [li…
skial updated
5 years ago
-
Hello,
start kha application with kode studio en html5 without issue.
Trying to build android app, no error in android studio, but when i'l trying to start kha application :
$ adb install-multipl…
-
One extra refactoring that might be worth is to store booleans into a single bit flag (cf_public/cf_extern/cf_final) : it will save a few bytes of memory per class field which is quite good, and also …
-
I have done the externs file for PIXI version 3.0.8.
How I did it ( I hope this is the right way to do this :) ):
- I have boiled down the source code (3.0.8) to get all the definitions.
- then I hav…
-
I originally asked about this on the forums, but after digging deeper and trying some other targets, I think this may actually be a bug.
push/popTarget will render to a texture, but cannot properly…
-
I want to keep all requests for missing Ink features in one place. If there's something Ink can do that you want Hank to do, write it in this thread for discussion.
For example, Hank currently does…