modmuss
modmuss
Fixing this requires a change on tiny remappers side of things. I will move this issue to that repo. At the very least I think it should bail out in...
> > this is not final > > 1. Is there any update on the state of the spec? > 2. If so, is the [Mapping IO](https://github.com/FabricMC/mapping-io/blob/dev/src/main/java/net/fabricmc/mappingio/format/tiny/Tiny2FileReader.java) implementation fully compliant...
I think expanding the auto name generator to include these in a yarn dist is the best way to go about this?
Ah yeah, didnt read the local bit. Could still do it for params possibly? might not be needed tho
If you can find a way to re-produce it, that would help a lot, especially if its on a local system. I fixed most of the locked file issues, and...
Reopened as not all of this issue was fixed. 👍
I think the solution would be to have a dropdown with alterative links to Modrinth and Github. Similar to this (random image I found on google images): 
It seems that cloudflare workers dont allow the use of `eval`, this is used by ETA (the templating library we use). I dont see an immediate way around this. It...
Ohh intresting, thanks. It seems it uses ETA.compileToString to generate the code usually consumed via eval. Doing this at build would likely be a benefit everywhere this is ran.
> Eta v3's compile seems to guard the `Function` call, so it works fine here https://github.com/deirn/fabricmc.net/tree/precompile-eta3 Custom made Vite plugin :P Thanks, I have cherry-picked this into my branch. Ill...