David Sherret

Results 448 issues of 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.

domain: github actions

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...

enhancement
domain: cli

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...

documentation
enhancement

See https://github.com/dprint/dprint-plugin-typescript/pull/263#issuecomment-908403629 for reason.

enhancement
domain: cli

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...

enhancement

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

documentation

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...

domain: core

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...

performance

Would just wrap go fmt for now. * https://golang.org/pkg/go/format/#Source * https://github.com/wasmerio/wasmer/pull/1131

enhancement