hikari_no_yume
hikari_no_yume
This makes it possible to handle the differences between iPhone and non-iPhone PNGs without having to independently know what kind of PNG it is, and without requiring stb_image to convert...
Adds support for MIDI output, so you can use the autokalimba to play an external synth! This uses Web MIDI, which is available in Chrome and Firefox currently. In my...
Motivating example: / triggers quick-find in Firefox. Done by adding `e.preventDefault()` in every path where a key is recognised, but not in other paths, so that it won't disable bindings...
This needs to be fixed for next release ;)
Is there any way to increase this timeout?
ICU supports this in `UnicodeString`, but our API doesn't. We need to allow specifying the locale, because `toUpper` and `toLower` will behave differently for different locales, e.g. in Turkish, `I`...
Since this doesn't operate on grapheme clusters, we should refer to dealing with codepoints, not characters. In particular, documentation comments need changing, and `charAt` should be `codepointAt`.
Currently, string reversal works on code points, it doesn't care what kind. So it won't reverse strings containing combining characters properly. We could quite simply implement the [Missy Elliot algorithm](https://github.com/mathiasbynens/esrever)...
One important thing needing doing is making sure indexOf, split, startsWith and so on work properly with empty strings, i.e. pretending there's one between each actual codepoint. Otherwise it's harder...
As pointed out on reddit: https://www.reddit.com/r/PHP/comments/3yq3yx/byteformatter_is_a_psr2_compliant_library_that/cygfps8