JackMacWindows

Results 31 comments of JackMacWindows

Another issue is how we handle Unicode strings. Lua uses strict 8-bit strings, which is alright for ASCII/ANSI text, but things get a bit murky when dealing with larger Unicode...

I've started experimenting with Unicode support on [a branch of CraftOS-PC](https://github.com/MCJack123/craftos2/tree/unicode-test). It is extremely incomplete, but it serves as a PoC of Unicode in CC. > This branch is a...

Maybe ^V could paste from the system clipboard when nothing is present in the `edit` clipboard, and paste from the `edit` clipboard otherwise. I'm a bit concerned with using Insert,...

Point # 2 is now complete as of bc8e0908735b3872a3bbcc019e2a13142c8b0915 - it should be checked off now.

With 1.100 on the way and 1.18 just coming out, I think it's time to finally push out Lua 5.2 :) As for point # 3, why not make the...

I was thinking that instead of passing the mount in a new event, we could piggyback off of the existing `disk` and `disk_eject` events, and then use a `drive.getFilesystem()` method...

It doesn't look like this will ever be fixed, so I'm closing it for now.

I've been using CraftOS-PC on my iPad with Magic Keyboard for many months and it's been working fine. Reopen this if you still have problems.

This should now be resolved with the latest update to the website. Please test to make sure it doesn't eat up memory anymore.

This should be fixed as of b0d4a66d20c74c343ff2992feb1ff2e2dd07906d and df54896f64d08f51d991d5af4f1e745785727cd5.