BlazingTwist
BlazingTwist
Can confirm that this occurs on Minecraft 1.21.1 when using the Accessories mod. It seems the issue is now fixed in Accessories 1.1.0-beta.15 see https://github.com/wisp-forest/accessories/commit/c659649b0950fd77382383b4d573ce36d8f3b1a4 ### Steps to reproduce In...
I'd like to make this a bit more robust for rewriting existing Xml. (Mainly preserving whitespace between attributes and better support for entity references (e.g. ` `)) Though I cannot use...
### Disable truncating in important strings (106b6040beddcbe94afe7df25cfd27e042b8a5fa and 348006b7dd3a67a8cf3fb579ba005e2736720b2a) Disables truncating in - lists (relevant for import errors, which prints a list of candidate files) - assert errors ### Publish...
Oops, looks like my fork was way out of date. Fixed: ```aya {, [ {, 10.R :values} {, 15.R :values} 10.R ] :data } :{plot.box_plot} ``` Now outputs: ``` plot.box_plot.data[2]...
Looks good to me, only potential trouble is that comparing against `dir1/` fails, since aya returns `dir1\`. I suspect the tests aren't meant to be platform independent, but it shouldn't...