Jon Ingold

Results 13 issues of Jon Ingold

The following produces a line-break between the "and" and the "bob". Changing the "bob" function call inside the name function to just the string "bob" fixes the issue, so it's...

bug

The following ink, while probably valid, produces the warning "Apparent loose end where flow runs out," and indeed the flow does not reach the text below the stray `}` symbol...

The following ink produces no output in the preview pane. `THIS IS A TeST.THIS IS A TeST.THIS IS A TeST.THIS IS A TeST.THIS IS A TeST.THIS IS A TeST.THIS IS...

Including ability to repath it.

Currently removing an included file from the project means (a) deleting the include line from core.ink; then going to the OS and deleting the file manually. Would be nice if...

Collapsable folders in the left panel so you can file things away and scroll through what you're interested in more easily!

The idea being you can select a block of ink code and hit the buton, and it'll auto-format it to tab/indent the weave blocks correctly. To make it easier to...

the following ``` -> tunnel(-> knot) -> END === knot yo. -> DONE === tunnel (-> go ) ->-> go ``` runs in inky as expected, but crashes when compiling...

bug

This is looking increasingly useful rn; essentially an inline switch statement. I suggest using the # modifier to denote it. The worst thing about it is ``` {#bool: if-false |...

``` CONST a = -> abc -> DONE === function abc(x) {x} ``` Changing the first line to VAR makes the code compiler fine. (Note: I thought this worked, but...