LeoMehraban

Results 13 comments of LeoMehraban

I have the colors working, but, even following @wilebaldo's video, pressing escape, e, or pretty much any other button that isn't right or left click, the game crashes with a...

As you posted this, I found a slightly modified version of the file on my computer { "+agents": [ { "name": "uk.betacraft:legacyfix:nightly-7ff1a85", "url": "https://files.prismlauncher.org/maven" } ], "+jvmArgs": [ "-Dlf.deAWT=true" ],...

I think it's the same, but i could be wrong. the buttons might be in a different place

why would it be bad to support all unicode whitespaces? is it ambiguous what is considered a whitespace or something?

according to [wikipedia](https://en.wikipedia.org/wiki/Whitespace_character#Programming_languages): > Most languages only recognize whitespace characters that have an ASCII code. They disallow most or all of the Unicode codes listed above. The [C language](https://en.wikipedia.org/wiki/C_language) defines...

In order to fix some weird build error, and also because it just made sense, I removed `(bounds-check?)` and fully replaced it with `bounds-check?`, which now throws an error if...

I'm not sure. I feel like making the sequence protocol more flexible (especially with very easy fixes like these) is better, because it doesn't make people use new words like...

This will only help with things like `subseq`, where I'd say it is similar enough to warrant the same words: ```factor { 1 2 3 } [ 0 8 ]...

Why shouldn't `` be an infinite cycle of a sequence? I thought that was kinda the point