silverwind
silverwind
FYI, ARM runners are already in "public" beta: https://github.blog/changelog/2024-06-03-actions-arm-based-linux-and-windows-runners-are-now-in-public-beta/
On a sidenote, I don't think I will maintain this usercss anymore, so if you guys want to fork it, feel free to and I will link to that and...
> Still I'm facing same issue with playwright, java Should probably open a new issue for this. I also observed it and downgraded to Ubuntu 22 for now.
I got autocomplete working with above in Sublime Text [LSP-typescript](https://github.com/sublimelsp/LSP-typescript):
Edited above, it appears VSCode uses a different LSP called [`tsserver`](https://github.com/microsoft/TypeScript/wiki/Standalone-Server-(tsserver)), but I can't imagine that one failing on those types, but I will test it later.
Take for example the `json` lexer, Chroma only knows 2 `filename` for it: https://github.com/alecthomas/chroma/blob/e9292e6994a3ae5cf05a972cc59553f980cf410c/lexers/embedded/json.xml#L5-L6 Linguist knows 17 extensions and 15 filenames: https://github.com/github-linguist/linguist/blob/559a6426942abcae16b6d6b328147476432bf6cb/lib/linguist/languages.yml#L3159-L3193 This rich data from the linguist file could...
Not sure how you would feel about an additional dependency, but there is also https://github.com/go-enry/go-enry which offers various ways to detect a language based on filename or content (think bash...
See https://github.com/ajv-validator/ajv/issues/2446
> I think the best would be to delete `v2.7.3` or unlist it here https://pkg.go.dev/github.com/editorconfig-checker/editorconfig-checker/v2 It's a common misconception, but go package versions can not really be deleted because go...
Can confirm that both `swagger-ui` and `swagger-ui-react` have this issue with the `onChange` events not triggering (and therefore never detecting input and required never clearing) when loaded in a React...