Jon Parise
Jon Parise
It was introduced in #106: https://github.com/pinterest/snappass/blob/8a3a7f7c396b2b7579f571242a56d62f440634d2/snappass/main.py#L169-L170 ... and it looks like it hasn't made it into an officially-tagged release yet.
We're planning on using GitHub's package registry for this once we get access to it.
Yes, it looks like GitHub's Docker registry requires authentication. Given that, we might be better off with a public image on Docker Hub.
There is no official method for doing this, but I found this article that summarizes some of the approaches for running a Flask-based Python application over HTTPS: https://zhangtemplar.github.io/flask/ In our...
@0secure just wanted to follow up on adding some `README.rst` documentation for this new feature so we can merge it.
@0secure do you think you'll be picking this work back up?
#39 fixes this issue for me.
Thanks for the heads up, @longlho. Can you share an example of how you're using [dropbox/eslint-formatter-arcanist](https://github.com/dropbox/eslint-formatter-arcanist) in your Arcanist configuration?
#79 adds more complete autofix support for our ESLint linter, so I'm going to close this issue.
> For backwards compatibility, I think we'll need to split the the logic otherwise we will break existing setups that do not have `eslint-formatter-arcanist` installed. I think we should re-open...