Matronator
Matronator
I'm working on a CLI tool [amock](https://github.com/matronator/amock) and I would love to be able to use config files with the `rc` postfix, like for instance `.eslintrx` or `.zshrc` or `.npmrc`,...
I'm working on a new feature which includes player inventory and items (weapons, armor, etc...). For the items I'm going to need a lot of illustrations/artwork, one for each item....
NPM is giving more and more warnings when running `npm install` about obsolete or deprecated packages. I think it's time to update the frontend toolchain to a more modern alternative....
Lot of the UI text in the game is hardcoded in the template files (due to my laziness and poor planning ahead) and should be replaced with link to the...
So everyone could see them, without having to going to the /snoo directory.
# Feature request If a function or method returns a tuple (i.e.: `return [$value, $other]`) there's currently no way (to my knowledge) to specify that in the `@return` tag. Please...
As far as I know, the `bc` library (and `gmp` too I think) works on arbitrary precision numbers and doesn't discriminate between `int` or `float`/`decimal`. I am re-writing a TypeScript...
I've been banging my head on this for couple of hours now. I just can't seem to get CORS to work correctly. No matter what I do, no CORS headers...
**Is your feature request related to a problem? Please describe.** When looking at transactions, there's no way to sort them, ie. by date (oldest first), since there's no pagination, just...