Risu
Risu
### General Troubleshooting - [X] I have checked for similar issues on the Issue-tracker. - [X] I have updated to the [latest JDA version](https://ci.dv8tion.net/job/JDA/lastSuccessfulBuild/) - [x] I have checked the...
## Description Add `.gitignore` to the default in the docs of `--ignore-path` CLI option. ref: #14731 ## Checklist - [ ] I’ve added tests to confirm my change works. -...
### Summary Format fails if `prettier.config.js` is written in ESM and contains `import` for plugins. ### Github Repository to Reproduce Issue https://github.com/risu729/prettier-test ### Steps To Reproduce: 1. Create `prettier.config.js` with...
### Description I'm using lint-staged in my GitHub Actions and want to detect whether lint-staged has failed because of the failure of internal `git diff` or because of linters. For...
This PR adds all the "Google Workspace and Google Drive supported MIME types." reference: https://developers.google.com/drive/api/guides/mime-types Note. The reference URL is updated since the source (https://developers.google.com/drive/v2/web/mime-types) in `custom-types.json` is redirected to...
The randomly generated directory name is shown as the world name, like the following screenshot. The reason is that `LeftPanel` just shows the directory names. I suggest to show the...
**Describe the bug** shim, for example, `node --version`, hangs if npm backend tools in `mise.toml` are missing and `node` is managed by mise. This issue only occurs while using shims,...
### VS Code version 1.94.0-insider ### Extension version 2.3.0 ### Biome version 1.9.2 ### Operating system - [ ] Windows - [ ] macOS - [X] Linux ### Description The...
**Describe the bug** `core:rust` version cannot be upgraded with `mise upgrade` `core:rust` upgrade is skipped as same as other symlinked tools. https://github.com/jdx/mise/blob/fdfe20b32b16b835655551d3f12b5d6e90856b2e/src/toolset/mod.rs#L414-L418 **To Reproduce** `mise upgrade rust` with `rust =...