theangryepicbanana
theangryepicbanana
The type of `x ?? throw "error"` does not equal the non-null type of x. Example code: ```hx $type("abc" ?? throw "error"); ``` Expected output: `String` Actual output: `Null` Looking...
1) `to integer! "3.4e2"` returns `3`, despite the fact that it is formatted as a float 2) `to integer! "3e2"` returns an error because of `e`, despite the fact that...
Part 3 of an effort to add methods to get the size of a map, and the number of captures from a regex (although thankfully, Neko already supports getting the...
This pr adds 2 things: 1) `size` property for `Map`, which returns the number of entries in the map. 2) `matchedNum()` method for `EReg`, which returns the number of captured...
Even when excluding the package/file and adding the "ignore" metadata, profiling a project with files with module-level fields will error with a message like: ``` src/util/ImmutableMap.hx:61: character 9 : util._ImmutableMap.ImmutableMap_Fields_...
When using DSi mode to play a game, the touch input appears to be stuck in the top-left corner. I only noticed this after trying to play Rabbids: Go Home,...