Anthony Miyaguchi
Anthony Miyaguchi
For reference, here's how to go about testing whether a particular module works in wasm via wasm-bindgen-test. I have particular interest in the key agreement module, so here's a patch...
> The pip issue suggests switching to a requirements.in file and pip-tools to compile it pushing the dependency resolution step out of installation time. I did that with socorro and...
It's entirely possible that this is not a real issue, if the `logging` and `monitoring` packages are officially deprecated in Jammy. For my purposes, I installed the ops-agent and then...
I'm not familiar with the sparsity of the main ping, but I expect there's a fairly large fraction of columns that are empty. Because of how we initially created the...
I appreciate the bump on the review. > What about the case where I want to pre-process/parse a simple value? Let's say strip and sanitize a value during parsing. One...
Ack, I'll look into implementing the second method this week. Thanks for the review!
Apologies for being last minute with implementation and discussion here, but I'd like to make a case against option 2: > Looks good, but having reviewed the PR, I think...
I've implemented the alternative method via `Config.parse_env_var` in #4406. I've been using a workaround using a union type and custom validator, so there's no urgency on my end to make...