Cassaundra

Results 24 comments of Cassaundra

Ah, maybe I'm thinking about this wrong. I set it to 200 FPS and it still seems choppy. Is the rendering just too slow to keep up?

It does seem like this is still a registry-specific policy. Am I right in understanding that cargo-add in cargo makes a request to the registry to resolve the package name?...

Hello! Per some conversations with @epage, I will be working on this feature for the time being. I'll start leaving my notes on this issue as well.

Expanded list of prior art: (Python) [poetry remove](https://python-poetry.org/docs/cli/#remove) - Supports dry run (JavaScript) [yarn remove](https://yarnpkg.com/cli/remove) - Supports wildcards (JavaScript) [pnpm remove](https://pnpm.io/cli/remove) (Go) [go get](https://go.dev/ref/mod#go-get) - `go get foo@none` to remove...

> Happen to know what distinguishes a force-remove from a remove? If another dependency depends on the package to be removed, it seems the default behavior in these programs would...

> Removing an optional dependency that is exposed as a feature That makes sense to me. > Removing a public dependency (RFC only at this time, its not implemented) Good...

Do you think breaking changes should be considered opt-in (with `--force`) or opt-out (with something like `--no-breaking`)? Not exactly sure what the user would expect out of this situation. For...

> > adding a dependency can in some cases result in a breaking change > > How so? It's definitely more of a hard-to-detect edge case, but from the [SemVer...

When https://github.com/killercup/cargo-edit/pull/711 is merged, the `--target` flag can be checked off the to-do list.

After #712 is merged, I will open another pull request for cargo rm dry run.