Luca Palmieri

Results 316 comments of Luca Palmieri

Not yet, although I should create a helper CLI to bootstrap them! That's the hash of the crate. The way I usually go about it—name it "app_" and when you...

This logging option is no longer set in the latest version of the book IIRC. See https://github.com/LukeMathWalker/zero-to-production/blob/a48a2a24720f820432a33b070c807b2f448b625f/src/configuration.rs#L51

This has been fixed in the next book release. Closing!

For exercises up to the visibility chapter, I've now ignored dead code warnings. For exercises after the visibility chapter, we should ensure that the relevant code is marked as `pub`...

If it satisfies [the criteria](https://github.com/rust-lang/arewewebyet/blob/gh-pages/CONTRIBUTING.md#adding-or-removing-a-package) please open a PR to add it!

Can you share your repository?

I don't know about the permissions (@marcoow?), but the refs there are intentional! At this stage we haven't yet discussed `Copy` types.

We could use a fallback font, so that we are sure it builds correctly at the very least.

Yes, this isn't currently supported with an "override" semantic. You can limit how many times the base mock matches, but not much more than that.