artemisSystem
artemisSystem
https://github.com/emilyploszaj/emi/blob/1.20/xplat/src/main/resources/fabric.mod.json#L40 Should probably be changed to fabric-api for clearer error messages. i think fabric has allowed it since 1.19.2 or something, not sure
Would be nice if you could leave out the `tags` field when formatting if you don't need to format type tags. Currently it just errors if it's missing.
Saw there were a few missing Lazy instances when i needed `Lazy ContT` for something i wanted to try. I added a `Lazy` instance to all the transformers that didn't...
Cmd is not recognized as a modifier key, so it's impossible to make shortcuts like "Cmd+U" for example (Cmd shows up in the window first, and then U shows up,...
https://github.com/VazkiiMods/Botania/blob/30dd00361f54a99860608da269b1a44ebf782f9d/Xplat/src/main/java/vazkii/botania/common/block/PetalApothecaryBlock.java#L66-L79 These are not used for anything other than making names when registering the blocks - we can just remove them, but should be done in 1.21 since the constructor...
**Description of the change** Allow tabs as indentation in purescript source files. Implemented as suggested by @rhendric in [this comment](https://github.com/purescript/purescript/issues/3939#issuecomment-700258623). Only difference is that i didn't add `HDelta|VDelta`, i added...
Currently, the documentation page just says TODO for these two topics (3.3.4 and 3.3.5). It would be nice to at least have a sample program showcasing these features, in lieu...