Matronator

Results 28 issues of 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`,...

type: bug
stage: in progress
class: templates

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....

type: enhancement
help wanted
good first issue
up-for-grabs
class: artwork

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....

type: enhancement
up-for-grabs
class: tooling

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...

help wanted
good first issue
class: translations

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...