embeddedt

Results 330 comments of embeddedt

@tth05 Maybe it would be best to have this feature as an option for each pattern? In a SkyFactory 4 playthrough with morerefinedstorage added, we ended up with a pattern...

The oredict option works if you already have the silicon in stock, but if more needs to be crafted, it will only craft the one that was requested in the...

> or you can call Task#onCancelled after calling calculate so it puts the extracted items back into the system. I'm not that familiar with how Minecraft internals work, but unless...

ModernFix also implements a lot of launch time optimizations. https://www.curseforge.com/minecraft/mc-mods/modernfix

I'd like us to revisit this issue and make a final decision. Below I sketch my personal reasoning around the problem. This should not be taken as an official stance...

I think the bug here is Connectivity not clearing its [cache of packets](https://github.com/someaddons/connectivity/blob/bfa1a84a619b6e8005c50447e24ebe8a050ef8d9/src/main/java/com/connectivity/networkstats/NetworkStatGatherer.java#L39) when the client disconnects. Jade just makes the issue more obvious because it references the client level...

None of the example code itself uses threads (as the library is not threaded), however, most of the platform implementations run `lv_tick_inc` using a thread or an interrupt, to make...

That definition of `Arc` makes a lot more sense. I thought it was [this type of arc](https://docs.lvgl.io/latest/en/html/widgets/arc.html). :slightly_smiling_face: I've installed Rust on my computer so hopefully I can give this...

> I'm thinking of ways to improve this part. Maybe creating our own String type that uses the lv_mem_* mechanism to manipulate the string bytes. All we need is to...

I see. This is an unfortunate limitation, because it makes passing strings to C quite inefficient. It would be nice if the Rust compiler had a flag that would make...