Anthony Miyaguchi
Anthony Miyaguchi
Amazon might make it to python 3.x before we do, `moztelemetry` and `mozetl` are still using python 2.7. There are no real incentives to moving off, since migrations are a...
I'll be committing a bit of time to get some sort of test suite running. I'd like to be able to hack on this have the confidence that my changes...
@stalkerg I took a look at it and I'm not sure if I want to mess around with it. Associated types are behind a feature gate and are being used...
Maybe @ruinianxu would be able to give context? As far as I know, this repository pairs with https://github.com/ivalab/simData_imgSaver which has some scripts for generating affordances. There might have been some...
Another alternative is bundling in a custom solution like https://github.com/mozilla/schema-dictionary, although this will likely be replaced by https://github.com/mozilla/glean-dictionary.
Easiest way to get around this is to make PRs from a forked repository.
https://protosaur.dev/mps-deploys/ is available for deployment status, but we currently don't have this information propagated publicly. [Bug 1609738](https://bugzilla.mozilla.org/show_bug.cgi?id=1609738) may be relevant here.
## Review Checklist ### mozetl * Are all the arguments using `@click.option`? * Are all required options using `required=True`? * Is the command registered with the command line interface? ###...
Here are some guidelines from the [python docs](https://docs.python.org/3/howto/logging.html#configuring-logging).
Awesome, thanks @joeweiss.