silverwind
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...
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...
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`...
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....
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,...
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`...
``` --- 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...