Xander

Results 53 issues of Xander

![image](https://user-images.githubusercontent.com/43245524/181216250-a55f9e95-0cdb-44b3-8473-a3e6a4276003.png) ease in exp is the red line. as you can see, the line does not actually cross 0,0. With the (x === 0 ? 0 : ...) this would...

Currently the potion hud icons can only be aligned to the left.

enhancement

In kotlin, `?:` is used a great deal. ![](https://i.imgur.com/IAKAfIq.png) here you can see it does not line up properly.

This is probably covered under `Linux or MacOS may not work` in the README but here is a tracking issue nonetheless. ``` FATAL ERROR in native method: Thread[Render thread,5,main]: No...

In `fabric.mod.json`, you define mixin configs like this ```json "mixins": [ "modid.mixins.json" ] ``` just like other properties, such as mod id, version, contact info etc. The difference is that...

default gradle script. ![s04N8BG](https://user-images.githubusercontent.com/43245524/108627293-af297b80-744c-11eb-9d6a-198e38539179.png)

A daily cron job that tests loom against the latest nightly gradle version. I'm not sure what gradle command to run precisely as the test push workflow looks super complicated.