embeddedt

Results 33 issues of embeddedt

## Your Account Type - [x] Wire Personal Account - [ ] [Wire Pro Account](https://wire.com/products/pro-secure-team-collaboration/) - [ ] [Wire Enterprise Account](https://wire.com/products/enterprise-collaboration/) - [ ] [Wire Red Account](https://wire.com/products/red-crisis-communication-software/) ## What steps...

type: bug / fix 🐞

### Role I use MultiMC's pre/post commands to disable & enable the KDE compositor on my system based on whether the game is open or not. ### Suggestion I'd like...

suggestion

Hi, @TimboKZ, do you have any plans to update Chonky to use the newer version of Material UI/MUI? I have started working on an updated branch [here](https://github.com/embeddedt/Chonky/tree/mui-v5). It does compile...

In the past I've made migrations which look like this: ```py from django.db import migrations # excerpt from models.py class MyModel(OrderedModel): pass # end excerpt class Migration(migrations.Migration): def create_crossword_activity(apps, schema_editor):...

I'm using your library in a React project of mine and it's been working excellently for local databases. Thanks for putting this together! Now I'm working on synchronizing the database...

Without the Maven change, builds will fail because `forgeSrc.jar` is unavailable. I've also added the EnderCore JAR to `.gitignore` so it doesn't show up as an untracked file.

I noticed this while working on compatibility with my own mod. Here is a decompilation of the actual injection. ```java public class_6861(class_3264 $$0, List $$1) { List var8 = this.localvar$zzi000$enhancedblockentities$enhanced_bes$injectRRP($$1);...

These methods aren't related to animations; they seem to be used to adjust the UVs for the sprite during rendering based on the size of the overall atlas.

This PR introduces a new config option, `AsyncLoading` that enables JEI loading to take place on a background thread rather than delaying world load. The implementation is based on the...