Job van der Zwan

Results 56 issues of Job van der Zwan

So there is no official spec at the moment - the JS implementation is the reference implementation. Perhaps it is worth making a clear spec instead. Here is my proposal...

enhancement

When (if ever) and how to do this is a different issue, but I'll make this the tracking issue for possible fundamental enhancements to *the compression algorithm*

enhancement

Hey, I was just looking through the `base64-string` code out of curiosity for how you did it, when I spotted that you use `charAt` and `indexOf` on a string: https://github.com/pieroxy/lz-string/blob/master/libs/base64-string.js#L178...

enhancement

Hey, So I'm currently creating my own "fork" called `lz-stringify` to scratch a personal itch: - compress typed arrays directly to string and back (proof of concept, already works for...

enhancement

Currently any piece can follow any piece. In modern Tetris implementations we instead get pieces in shuffled *sequences*, where each sequence contains every tetronimo piece exactly once. See also: https://tetris.fandom.com/wiki/Random_Generator...

Basically, the addon _used_ to work perfectly, then it suddenly stopped working (without me changing any code anywhere). Now, ffmpeg no longer starts to encode until _after_ I try to...

There currently is no way to introduce pauses in the buzzing melody. Would be nice if we could!

The duration of the long note is much longer than the short note, and in all honesty feels a bit too long for me. A half-note between short and long...

Issue opened per suggestion in [the discussion on better defaults for colour vision deficiencies on Google Groups](https://groups.google.com/forum/#!topic/julia-users/VKwwyc-dvc8). > Many colour schemes [...] do not have an underlying increase in the...

feature

Given how interested you clearly are in sorting algorithms I would not be surprised if you are probably aware of these algorithms, but a quick search didn't show anything in...