luk3yx
luk3yx
##### Minetest version ``` Minetest 5.5.0-dev-75eb28b95 (Linux) Using Irrlicht 1.9.0mt0 ``` ##### OS / Hardware Operating system: Ubuntu (because of the snap build I think it's 18.04) CPU: Intel® Core™...
This PR adds a new theme:  Currently every CSS rule has `!important` appended to it, I don't know of an easy way to figure out which rules actually need...
**Issue:** ODrive appears to prefer remote (Google Drive) changes over local changes. **Steps to reproduce:** 1. Start ODrive. 1. Create a local folder with a text file inside it. 1....
Currently, minifying `from . import test` adds an extra space: ```py from . import test from .b import test ``` This PR removes whitespace around the `.`: ```py from.import test...
### Background information - **Dendrite version or git SHA**: 3e9c734da5151aac6b7073c0797d26cde529ced7 (with the space summary, threading, and presence features enabled) - **Monolith or Polylith?**: Monolith - **SQLite3 or Postgres?**: Postgres -...
This PR adds more transformers and fixes some mypy errors. Note that this probably adds too many transformers (in particular the targets below 2.7), and I have marked it as...
Forces all messages to be at most 512 bytes, to stop `cmd help all` from the `irc_commands` DoSing the server (making it quit with the message `RecvQ exceeded`). This is...
Add compact, short information about your PR for easier understanding: - Goal of the PR - How does the PR work? - Does it resolve any reported issue? - If...
Code based on https://github.com/grorp/minetest/commit/a336186c4cc0614722651f22ea0892db0d906628 Note that holding down tab for a few seconds will repeatedly call the callback (like when holding down any other control), hopefully this won't be an...
I'm not sure how helpful this will be though.