silverwind

Results 266 issues of silverwind

Fixes: https://github.com/go-gitea/gitea/issues/30063

type/bug
lgtm/need 2
size/XS
modifies/templates
backport/v1.22

https://github.com/alecthomas/chroma/releases/tag/v2.14.0 Tested it with a typescript file.

lgtm/need 1
size/S
modifies/dependencies

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

type/proposal
proposal/accepted

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

type/bug
lgtm/need 1
size/M
modifies/js
backport/v1.22

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

BASIC

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

v1.46

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

enhancement
help wanted

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

bug
package: eslint-plugin
accepting prs

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