Erb3
Erb3
### Minecraft Version 1.20.x ### Version 1.110.1 ### Details  This screenshot should say it all, but basically it is not currently possible to rename a file to itself with...
When cloning the git repository with `git clone`, you can notice it is very big. (Over 470mb !) I've found that the big file is a `.pack` file inside of...
Added docker support! I would recommend to publish to ghcr or dockerhub. Closes #283 Closes #353
Modrinth's UI library is now based in the [modrinth/code](https://github.com/modrinth/code) repository, specifically `/packages/ui`. This repository should thus be archived, and issues transferred. The documentation is also gone in the new codebase,...
I'll start by saying that the code here is probably not ideal, it is a lot of duplicate. I am unsure how to deduplicate it, as the SQL querries are...
This endpoint is significantly slower than a lot of others, due to doing large database queries. Caching this endpoint would improve the response times, and reduce DDoS risk.
Makes the coloring in `set.lua` be universal, instead of colored in some commands. Todo: - [x] Add colors - [x] Fix tests - [x] Fix linting - [ ] The...
- [x] Replace the `@upstash/redis` package with `ioredis` - [x] Rename environment variables to reflect the change - [x] Test it - [ ] Document it - [ ] Usage...
CI failures are making PRs look bad, but it's actually the upstream.
I've added markdown callouts, with the same syntax as GitHub alerts. Behind the scenes it uses [markdown-it-github-alerts](https://github.com/antfu/markdown-it-github-alerts/). It currently uses octicons as that is default in markdown-it-github-alerts, however they can...