Bailey

Results 6 comments of Bailey

Thanks for the great project, by the way! I just followed it and enjoyed it a lot! There are just a few warnings: ``` warning: writing `&String` instead of `&str`...

I think there is some clippy config that we can put in Cargo.toml or somewhere that might avoid adding ignore lines to all the specific files. I'll see if I...

Ooooh, maybe with the `mdbook build` job we could test if the compiled book has the right code in the excerpts?

I hoped this would trigger a CI run to see if it passes with this change, but I think more might be necessary. Maybe we can simplify some of the...

Generating the protobuf clients with `namely/protoc-all` latest has some changes, which are probably somewhat expected, with the different versions of the various libraries. I think it's because they update a...