Kartikaya Gupta (kats)

Results 54 comments of Kartikaya Gupta (kats)

Updated PR to actually properly propagate the subcommand arguments along to cargo, which it wasn't doing before.

Doesn't look like doitstributed/go-update is being maintained either. I'm going to keep a fork at https://github.com/staktrace/go-update

Similar issue: If you check out [mozilla-central](https://github.com/mozilla/gecko-dev) at 6f86cc3479f80ace97f62634e2c82a483d1ede40 and run `cargo update -p webrender_api -p webrender` in the root dir, it will downgrade the `log 0.4.2` dependency of `rsdparsa`...

Confirmed that the package name is derived from the folder structure. In the case of numbered migration `sqm` files it seems a little odd to have them potentially spread across...

Closing for now. Feel free to reopen if you get the `charset` PR merged.

My initial use case didn't require writing class files so I didn't originally consider it. But yeah I wouldn't mind adding one, seems like a reasonable extension. I can't provide...

FWIW I'm using kotlin syntax. Maybe this is groovy syntax and it works in that case? I'm not sure.

@Goooler I don't have permissions to merge the PR so please feel free to do that if you think the PR is fine. 🙇

Thank you for all the work you've put into this project over the years! I don't have strong feelings but I also prefer option 3 if that's viable. At least...

Yeah, fair point. I usually add the derives as I discover I need them. If you submit a PR to add more derived traits where they make sense, that would...