Xenira
Xenira
Changed flags comment to valid bit flags.
**Disclaimer:** - [x] I have checked for a similar issue and sure it hasn't been reported before. **Description:** I would like to switch the current preset using a hotkey. As...
My mod repo uses a README.adoc instead of a markdown file. My current solution is to convert it to markdown before upload. It would be great to have the ability...
The switch statement in the validate function is getting a little bit ugly.
I would like to add [`ImageScaleMode`](https://docs.rs/bevy/latest/bevy/sprite/enum.ImageScaleMode.html). My proposal would be to use `image-rendering` css property for this. While it is not an exact match it is the closest I could...
I get a Client crash when having a Little Blocks Chunk in my world. http://pastebin.com/gEJP44Nh
**Is your feature request related to a problem? Please describe.** #22 discusses different ways of changing the ding to ding after n characters. While using different keys to determine the...
Added basic support for link attribute. There are still some issues, regarding attribute parsing, but those were already present and would require a more complex parsing. https://docs.asciidoctor.org/asciidoc/latest/macros/image-link/
For my extension I need to perform a lot of callbacks. Using fci (fcall_info) and fcc (fcall_info_cache) yielded ~10% performance improvement. If I find the time Ill port it into...
It seems the double ended iterator is not behaving as expected. > It is important to note that both back and forth work on the same range, and do not...