Justin Thurman
Justin Thurman
Including a link to the Rust Book documentation on [re-exporting names](https://doc.rust-lang.org/book/ch07-04-bringing-paths-into-scope-with-the-use-keyword.html#re-exporting-names-with-pub-use) in the hint might make this one clear enough. I also fumbled with this exercise a bit, but I...
Converting this back to draft. I'm going to wait for the index side to be merged before reopening this for review, just in case I need to change things on...
@codykaup, this is ready for re-review, though I still don't plan to merge it until the notify service is deployed in prod and staging, so if you'd like to hold...
> Awesome, thank you! I'll take a peek after I port the server configs over so I can unblock the staging/prod setup. Though maybe I should also do the auth...
@codykaup, I updated the logging to `debug`, as we discussed, and ran a full build of the monorepo on staging. All working as expected. Added screenshots to the PR description.
Good call outs, @codykaup. I addressed all your changes (replied to your comments with the commit sha where I addressed them) and reran a build locally. Everything working as expected.
> This feels more like a minor bump than a patch. WDYT? Oh, for sure. I clicked the wrong one. Meant `minor`.
A quick point about the `patch` release label: it's a bit odd for React Native support to be a patch release, but from the CLI perspective, I think it's correct....