Jeroen Claassens
Jeroen Claassens
### Is there an existing issue or pull request for this? - [X] I have searched the existing issues and pull requests ### Feature description When we first wrote Sapphire...
**Is your feature request related to a problem? Please describe.** Currently the way to combine preconditions is using nested arrays such as: `[['AdminOnly', ['ModOnly', 'OwnerOnly']], 'InVoiceChannel'];`. This is extremely developer...
### Is there an existing issue or pull request for this? - [X] I have searched the existing issues and pull requests ### Feature description DiscordJS v14 has been and...
### Is there an existing issue or pull request for this? - [X] I have searched the existing issues and pull requests ### Feature description Following #270 we can now...
### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug Recently it has come to my attention that if a package's dist-tag has a...
### Is there an existing issue or pull request for this? - [X] I have searched the existing issues and pull requests ### Feature description DiscordJS v14 has been and...
### What's the Problem? It would be nice if DevToys could offer the function of a JSON to JSON Schema converter such as https://www.liquid-technologies.com/online-json-to-schema-converter. ### Solution/Idea A new converter utility...
### Describe the bug Currently unordered lists render by disabling the regular list item indicator and adding a custom one through a `:before` class, specifically: ```css .bx--list--unordered>.bx--list__item:before { position: absolute;...
[BUG]: Requesting workflow logs returns a 403 but still has the correct redirect URL in the response
### What happened? I noticed that when requesting the job logs with [`GET /repos/{owner}/{repo}/actions/jobs/{job_id}/logs`](https://docs.github.com/en/rest/actions/workflow-jobs?apiVersion=2022-11-28#download-job-logs-for-a-workflow-run) using @octokit/app a 403 error is thrown, even though when logging the response in a catch...
> [!IMPORTANT] > Rebase & Merge > [!IMPORTANT] > ~~Depends on https://github.com/typescript-eslint/typescript-eslint/issues/8211 being fully resolved. In particular `RuleTester` from `@typescript-eslint/rule-tester` currently does not support flat config.~~ **_RESOLVED_** This pull request...