Julien Cretin

Results 320 comments of Julien Cretin

Thanks for the bug report, however I'm not able to reproduce on Emacs. When formatting I get: ``` b = asdf a = [] ``` Which is still weird though....

I was able to reproduce #461 which is a good example that we don't want to format in case of errors. So we would just need a PR to disable...

You can use rules for that: ```toml [formatting] reorder_keys = true # Do not reorder keys within a package or a dependency. [[rule]] formatting = { reorder_keys = false }...

That's a good idea. I don't think it already exists, so it would need design and implementation. I'm adding the "help needed" label.

Thanks for the bug report. Indeed it looks like `taplo config default` is currently a tautology. It will always print an empty file because that's the default configuration. I guess...

This is a [bug of SchemaStore specific to PyProject](https://github.com/SchemaStore/schemastore/blob/7e278b8be81ca096767221e63e6405509af16369/src/schemas/json/pyproject.json#L759), please open a bug there. Or maybe it's expected behavior for PyProject. Taplo uses the `semver` crate which supports the 2...

I think the fact that the plugin is magic is more often useful than not. I expect most people to use TOML files to configure well-known tools with a schema...

If you're using VS Code and Even Better TOML 0.19.0 or 0.19.2 then you're probably hitting #426 which has been fixed in 0.19.1 (but has been reverted because of #434)....

Yes, I agree not all schemas in the catalog have the same weight and being able to easily disable or overwrite a schema is an important feature, as mentioned in...