Mitsunee

Results 8 issues of 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...

Needs Triage
Bug

**Describe the bug** ![image](https://user-images.githubusercontent.com/19474909/180736567-dac50384-8420-4f08-bad4-de4fdd7cd5b9.png) 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...

bug

I am currently working on redoing my personal website as a nextjs app and decided to try astroturf but I keep getting this error: ![Screenshot_20210529_180951](https://user-images.githubusercontent.com/19474909/120077173-5b60ab00-c0a9-11eb-84d7-839b0b910787.png) 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...

type: feature

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