silverwind

Results 266 issues of silverwind

I've seen too many accidential publishes where alpha/beta is published on `latest` dist-tag, I think it's time to change the default behaviour to reject such versions by default: ``` NAME...

enhancement

In place of `execa`: https://github.com/sindresorhus/nano-spawn

https://jsr.io/docs/npm-compatibility Likely need to not ask the npm API, but the jsr API for packages on the `@jsr` scope.

A rule to validate whether a named import exists on a imported file would be very useful, equivalent to [this rule](https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/named.md) in JS. For example: foo.py ```py def foo: pass...

type-inference

https://github.com/ComponentDriven/csf/blob/18dbdbe5682fff96c25edd263a306c5d0291870d/package.json#L100 `type-fest` is a type-only package with no runtime behaviour and should therefore not be a `dependency`, but more likely a `devDependency`.

In preparation for migrating to eslint flat config, move the config file to javascript. Additional changes: - `no-undef` is now disabled as it's no longer needed with typescript - `no-restricted-globals`...

lgtm/need 1
skip-changelog
size/XXL
modifies/internal

Currently we are inconsistent with primary buttons. Code button is green, merge button and new issue button are primary. I feel like all primary buttons should be the same color....

type/proposal
topic/ui

It will massively reduce the number of CSS variables. Supported in all desktop browsers since early 2023. Not yet available in Palemoon and I see that as a blocker currently,...

type/proposal
topic/theme

1. Enable [strictFunctionTypes](https://www.typescriptlang.org/tsconfig/#strictFunctionTypes) 2. Introduce `DOMEvent` helper type which sets `e.target`. Surely not totally correct with that `Partial` but seems to work. 3. Various type-related refactors, change objects in `eventsource.sharedworker.ts`...

lgtm/done
type/refactoring
skip-changelog
reviewed/wait-merge
size/L
modifies/frontend

``` --- FAIL: TestTest (0.00s) cache_test.go:46: Error Trace: /home/runner/work/gitea/gitea/modules/cache/cache_test.go:46 Error: "189.488µs" is not less than "100µs" Test: TestTest 2024/11/27 04:45:56 ...les/cache/context.go:135:GetContextData() [W] cache context is expired, is highly likely to...

type/testing