Max Teufel
Max Teufel
``` ex is set(a string) unit is say "hello $a" ``` in retrospect obvious because `set` is a keyword, but since that is supposedly deprecated I did not expect this...
Go has the `hash/maphash` package in the standard library, which provides hash functions to be used e.g. in data structures that work with hashes. Perhaps consider providing a default implementation...
``` To solve this, you may qualify the feature using 'ryu_test.#loop2.this.num' or 'universe.this.num'. ``` It is in fact not possible to solve this at the moment, even if you could...
It might make sense to move features such as `Sequences.find` to to `Sequence`. This does not work at the moment because they operate on a type parameter more constrained than...
Integrate a tool for managing tilesets, similar to the ancient `tools/tilemanager/` from the main repository.
Allow the level author to put tilemaps into groups. There could be e.g. a background tilemap group, an interactive tilemap group, a tilemap group for tilemaps that move, and so...
``` ex is c (T type) is b (f T -> unit) unit is abstract a : c a is redef b (f a.this.type -> unit) unit is f a.this.type.x...
it does not make sense to talk about "requests" at this layer of the network stack
see #3276 for the motivation behind this. it would be nice, if ``` cut(sep String) (before, after String, found bool) => ``` was syntax sugar for ``` cut_result (before, after...