Mathieu Leduc-Hamel
Mathieu Leduc-Hamel
I had this issue with docker and my certificate generated at StartSSL. I've fixed by following those steps: http://www.startssl.com/?app=42, basically: Fetch the Root CA and Class 1 Intermediate Server CA...
@pior any idea what i've did wrong here ?
I think we should also take a decision regarding the name of the project for this first official release.
Just wondering, is there any way for us to support in the same project either osx or linux? very often you don't care about apt or brew, you just want...
As discussed IRL: Let's: 1. on macOS: install `pyenv` with `homebrew`. 2. on linux: fail and send a message to tell the user how we would suggest they should install...
If you're add a specific requirement for the python version, something like: ```yaml up: - python: 3.6.5 ``` We could hope the os would give us this specific version but...
Any news from this end? Or anyone has found any un-official builder images somewhere?
Just my two cents, Maybe a first step that could be convenient just adding something: ```python def is_valid(self, data): try: self.validate(data) return True except SchemaError: return False ``` Some time...
Let me know how it goes, I would be happy to give hand also !