Niels Horn

Results 13 issues of Niels Horn

Simply _stringified_ what was supposed to be a string: fixing if-statement.

Good evening, kikito I know this is issue has been closed before, but that just didn't do it - I guess. To clarify, I'm developing a very simple platformer in...

#### Description Nodes in graphs are shown correctly for a second before flocking to a single point, usually happens when inserting Cyto-components using callbacks. It is independent of any particular...

#### Description Trying to use `cose-bilkent` layout is invalid, but it appears in suggested layouts in the related error message. #### Steps/Code to Reproduce I have loaded the extra layouts...

This is something we need to have. While it does have some downsides in introducing bad practice behavior, it's pretty useful. Given `lib.wu` with the following content: ```fsharp bob :=...

enhancement
good first issue

While the current error messages are good, there is a lot of space for improvement. The error message system should be improved, either by hand or by plugging in something...

enhancement

Enums will be simple. My current idea is to have something like the following: ```fsharp import enemies { Enemy } Weapon: enum { Gun Swordfish Fist } damage_enemy_with: fun(enemy: Enemy,...

enhancement

Wu should have sum types as well as interface-like type parameters. This will speed up the development process, while also making it even more fun and nice to use the...

enhancement

Title says it all. Let's go.

enhancement

### Summary I have set the editor to adapt indentation, when adding new lines. Whenever I edit HTML, the amount of indents grow exponentially. ### Reproduction Steps I am using...

C-bug