Lura Skye
Lura Skye
Stuff like removing the client, making plugins more featureful, etc.
Adding setting protection (i.e. making dataclasses read-only for user code) is relatively trivial with a 567 flag and some decorators.
Some examples: - `Emoji.role_ids` - `Member.role_ids`
The unwrapping in 0.7.0 is kind of bootleg.
DDL should be implemented: - [ ] Table DDL - [ ] Table creation - [ ] Table deletion - [ ] Renaming tables - [ ] Temporary tables -...
This seems possible, but unfortunately it doesn't seem easy to do DB-agnostically.
Right now a lot of exceptions are bubbled up. They should be changed into asyncqlio exceptions across all drivers.
Some Forge versions (and by some versions, I mean 1.7.10) have a ``-userdev`` jar (it's the same link on forge maven, but with -userdev.jar instead of -universal.jar) which contains their...
If you try adding an dependency compiled using RFG with ``modImplementation`` and co, you'll get two wrong behaviours depending on version: 7.6 (or lower, presumably): Gradle complains about variant mismatch....
I often have an editor or terminal open on my second screen that I'd like to move back to my primary screen temporarily; and likewise, to get all the windows...