silverwind
silverwind
Fixes: https://github.com/go-gitea/gitea/issues/30063
https://github.com/alecthomas/chroma/releases/tag/v2.14.0 Tested it with a typescript file.
I think the current UI gives too much attention to signed commits. Big green box on commit page, green box on commit hashes. Signing is important but not so important...
1. Fix the bug where action steps would not expand sometimes. This was because when a fetch was running and the user clicked "expand" it would not propagate the expansion...
**What cheatsheet is this about? (if applicable)** Basic cheatsheet **What's your issue or idea?** Some docs on [`memo`](https://react.dev/reference/react/memo) would be useful. For example it took me a while to understand...
### Version 1.45.0 ### Steps to reproduce 1. Clone https://github.com/silverwind/playwright-screen 2. Run `npm i && npx tsc` ### Expected behavior No error ### Actual behavior Typescript error: ``` playwright.config.ts:10:9 -...
### Description [`getElementsByName`](https://developer.mozilla.org/en-US/docs/Web/API/Document/getElementsByName) is a lesser known DOM query method, it should be included in the list of flagged methods for [`prefer-query-selector`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-query-selector.md). ### Fail ```js getElementsByName('foo'); ``` ### Pass ```js...
Fixes: https://github.com/import-js/eslint-plugin-import/issues/2694
### Before You File a Bug Report Please Confirm You Have Done The Following... - [X] I have tried restarting my IDE and the issue persists. - [X] I have...
The element currently render the hour format according to the local of the provided `lang` attribute, which when `en` or `en-US` will uses 12h clock format which is unexpected for...