Pavan Kumar Sunkara

Results 384 comments of Pavan Kumar Sunkara

> Walkthrough and explanation copy improvements What exactly do you mean by this? Some kind of interactive tutorial?

I thought we have our own API Blueprint lexer.

Sorry for the drive by, but in case anyone is wondering, I got inspired by [lerna](https://lerna.js.org) and made https://github.com/pksunkara/cargo-workspaces. rust-analyzer and chalk are using it to auto publish weekly.

Would probably need to name the libraries to specify that they only do verification.

Wouldn't different codebases use those functions? Signing by producer, verifying by the consumer? Small modular libraries are much more preferable similar to how opentelemetry org does things.

I would suggest closing this as resolved. The `-q` is helpful and `error` is okay as default level.

> If you are welcome to contributions I could add this to the library to allow defaulting to off? While we would welcome the contribution, we need to discuss whether...

The main reason for keeping this in rust is so that the migrators can use the underlying capability provided by [`Semantics`](https://docs.rs/cargo-up/0.0.5/cargo_up/type.Semantics.html) provided by `rust_analyzer` which can do a lot of...

Forgot to mention, really appreciate the plugin. I am going to spend a bit of time later this week to figure out how we can better the experience when taking...

I think there's some miscommunication. What I meant is to toggle between the diff and actual full content (current file - diff).