Nipunn Koorapati
Nipunn Koorapati
The CLI's `sqlx migrate run` has a `--ignore-missing` flag which I'd love to be able to pass to the migrate macro. Currently the migrate macro hardcodes `ignore_missing: false` Currently it's...
I have a use case where I have two stacked PRs PR1: Merge branch `a` into `main` PR2: Merge branch `b` into `a` I am using the `queue` action of...
## Prerequisites - Rust version : rustc 1.56.0-nightly (6d64f7f69 2021-08-19) - nom version : 7.0.0 - nom compilation features used: (default) ## Test case ```rust use nom::{ IResult, number::complete::hex_u32, };...
Fixes #1396 There are multiple commits here - the first ones can be landed independently from the final one. If you'd like me to split into multiple PR's, can do....
## Summary pnpm 7.1.9 + rush 5.71.0 First ran into the issue when updating from pnpm 6.32.20 -> 7.1.9 When running `npx rush update`, I consistently get ERROR: Internal Error:...
Currently there's some non-OSS service generation code at DBX which relies on this - which can come out as well (pb_service)
Something to automatically post on PRs to ensure CLA is signed (eg https://colineberhardt.github.io/cla-bot/#installing-cla-bot)
pb-jelly generates different proto modules to different crates. Add example to exercise this.
Generates a different rust type which implements pb::Message to represent the field.
This will ensure that pb-jelly serializes identically to the go autogenerated code. This test exists in the DBX codebase - but needs to be ported to run here (or rewritten...