silverwind
silverwind
I think you are misinterpreting the RFC. It just says they should not start in parallel (meaning true concurrency, e.g. multiple CPUs), but they can and should be pending at...
> @joyeecheung The option was renamed when I turned it on so yes, we need a full revert unfortunately. > > Anyway, just for context, I'd like to emphasize that...
Or even better, remove the commonjs plugin as per https://github.com/stoplightio/spectral/issues/2363#issuecomment-1339809269.
I'd be nice if the CJS exports of this module would be statically analyzeable, so things like https://github.com/nodejs/cjs-module-lexer can provide named exports when importing it in ESM. If it would...
Someone needs to write a go linter in rust 😆.
+1, this would be very nice to have. I'd definitely use the object form.
👍 I too found the README quite hard to parse. A TOC and one header per method should make it easier to consume the docs.
I reworded the PR because I think "atomic" is not the right term. Essentially it should: - On first run of a PR, don't remove any labels, only add. -...
Another way to reproduce `tuple index out of range` coming from pathlib is to run `poetry` on this `pyproject.toml`. See https://github.com/python-poetry/poetry/issues/8113 for full stack traces. ```toml [tool.poetry] name = ""...
I support this because it allows me to get rid of a config file. I've seen other non-python linters like [`djlint`](https://github.com/djlint/djLint) use `pyproject.toml`, so I think it's totally fine to...