Mitsunee
Mitsunee
**Is your feature request related to a problem? Please describe.** I am currently working on implementing git hooks and workflows related to svgo and need a way to ignore certain...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior my npmrc file contains ``` prefix=${XDG_DATA_HOME}/node cache=${XDG_CACHE_HOME}/npm init-module=${XDG_CONFIG_HOME}/npm/config/npm-init.js ``` cacache ignores...
**Describe the bug**  I often get these impossible graphs. I sadly do not know the specifics. When this behaviour occurs every other frame drawn has this issue. I'm currently...
I am currently working on redoing my personal website as a nextjs app and decided to try astroturf but I keep getting this error:  I don't quite know what...
- [x] I searched the issue tracker for other issues covering my case. **Is your feature request related to a problem? Please describe.** I would prefer my playtime to be...
### Contribution - [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/pnpm/pnpm/blob/main/CONTRIBUTING.md)) ### Describe the user story I've been scrolling through the release candidates for v10 and noticed...
Adds enum to replace magic numbers returned by `IsMonDisobedient` ## Description `IsMonDisobedient` returns magic numbers (0 to 2) and this PR adds an enum: ```c #define DISOBEDIENCE_OBEDIENT 0 #define DISOBEDIENCE_IGNORED...
Adds enum for `AttacksThisTurn` and renames to `GetAttackTiming`. ## Description `AttacksThisTurn` is a bit of a confusing name and the function returns a magic number. Adding an enum and renaming...