David Sherret
David Sherret
As title. I accidentally published 0.20.1 as 0.21.1 It would be nice to push this down to the plugins as well.
To support storing plugins in a global configuration, it might be nice for people to write the following: ```json { "plugins": [ "https://plugins.dprint.dev/typescript-latest.wasm" ] } ``` ...then that would be...
Need to make it easy for people to setup their projects so users can just come in and do, for example, `yarn format` and it just works. If anything, this...
See https://github.com/dprint/dprint-plugin-typescript/pull/263#issuecomment-908403629 for reason.
As title.
As title. Right now it does an OS error that's not helpful. It's ok to kill the process plugins because I'm starting to slowly make everything a bit more resilient...
From https://github.com/dprint/dprint/issues/271#issuecomment-667692834 Specifically improve https://docs.rs/dprint-core/0.26.2/dprint_core/formatting/index.html
The graph debugging tool should show parts of the graph that get traversed more than other parts. This could just be indicated by changing the links to from black to...
The latest release is about 10% slower than the previous. I'm not going to worry about that too much at the moment and will instead optimize it all once everything...
Would just wrap go fmt for now. * https://golang.org/pkg/go/format/#Source * https://github.com/wasmerio/wasmer/pull/1131