JackMacWindows

Results 31 comments of JackMacWindows

I've pushed a beta build to Google Play testing that may fix this issue. You can enroll at https://play.google.com/apps/testing/cc.craftospc.CraftOSPC, and let me know if this fixes the issue.

I tested this issue myself using CC:T 1.98.2, Forge 36.2.0, AP 0.7.5r, and found the opposite situation. It appears that only the first computer placed is getting the message; other...

If you can, I would highly appreciate a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example), as this'll make debugging this issue much easier for me.

I've marked this as ready for review since all tests are now passing. > > Environments for Lua 5.1 functions are still stored as the first upvalue > > I...

I got a bit of time to implement the WebP animation enable flag. To avoid the loading symbol that's plagued Discord for years, I've made it so that at the...

Can confirm this issue is happening in HITMAN 3 for me as well. `mangohud` 0.6.7.1-4 (AUR build) Arch Linux latest NVIDIA GTX 970 on `nvidia` 515.57-7 drivers HITMAN 3 3.120.0...

Just adding an idea from Discord: What if the PUC Lua VM was run in another process? This would meet (1) (as it's in a separate process, so crashes can...

You could also use the built-in Minecraft sounds. I just implemented [a pure Lua thing](https://pastebin.com/EHS2SiJP) that does disk IO and turtle movement sounds using an attached speaker (if one is...

One way to be able to have the UI with events would be to drop the file at a temporary path, then queue an event with the temporary name as...

I think this is going to depend on whether or not your underlying filesystem is case-sensitive. NTFS has case-sensitivity, but it's hidden while running under Windows. HFS+ on macOS is...