fregante

Results 633 issues of fregante

### Description We could show a `⚠️ Token expires in x days` message here, changing the emoji to ℹ️ when days > 30 Related to: - https://github.com/refined-github/refined-github/issues/5168 ### Example URLs...

enhancement
help wanted
meta
small

### Description See: https://github.com/refined-github/refined-github/pull/5651 We used to show this in `quick-repo-deletion` but I changed that feature in https://github.com/refined-github/refined-github/pull/7830. ![Screen Shot 19](https://user-images.githubusercontent.com/1402241/169678812-4ebe2cff-b7a4-422d-a9f8-69774867f951.png) We can alter the native banner for all deletions,...

enhancement
help wanted
under discussion

### Description The wording appears to be confusing: https://github.com/refined-github/refined-github/issues/7787 This function could return `string | 'IGNORED' | 'NONE'` https://github.com/refined-github/refined-github/blob/ee08318445dd0f63c24e7196a6d7574561d33e4d/source/features/closing-remarks.tsx#L42 Then the banner text could include something like “non-version tags were...

enhancement
help wanted
small

### Description It works on PRs, but not on issues. Potentially broken by https://github.com/refined-github/refined-github/pull/7645 ### How to replicate the issue + URL Here ### Extension version 24.8.20 ### Browser(s) used...

bug
help wanted

Got eggs? Placeholder issue. Will be reused soon. No comments plz 🥹

meta

It doesn't look it ever passed: https://github.com/matryer/xbar/actions/workflows/deploy-xbarappcom.yaml

### ESLint version v9.12.0 ### What problem do you want to solve? See https://github.com/eslint/eslint/discussions/15011 for more context. In short, I want to be able to declare and reuse a core...

enhancement
core
accepted
breaking

https://github.com/xojs/xo/blob/1877df631c64229d628440cb913f0ad2e58e346e/config/plugins.cjs#L13-L21 Flat configs can now have plugin dependencies, so they should be moved to `eslint-config-xo`. This would extend the existing json and stylistic plugins: https://github.com/xojs/eslint-config-xo/blob/e1fe11ca81699991253ad4a9c6efa54bdb76b011/package.json#L62-L63 ### Related - #702 -...

enhancement
help wanted

Following https://github.com/sindresorhus/eslint-plugin-unicorn/commit/fe4e7bcfa6d427f4abc4e94446a553f0a68b1fa1

The rule has exceptions: https://github.com/sindresorhus/eslint-plugin-unicorn/blob/2b469bee475a8f3f2767f4669864acdd89654017/rules/prefer-global-this.js#L8-L121 But these are not checked in existence checks, so the rule just suggested I replace `'open' in window` while leaving `window.open()` behind

bug
help wanted