Dorin

Results 9 comments of Dorin

Pydantic is so good and ubiquitous it actually deserves to be into multiple categories: - Built-in Classes Enhancement (included in this PR) - Configuration - Data Validation - Serialization I...

Also, the generated Makefile in /examples does not work properly because it fails to link lsuinput. I had to change the line: $(CC) $(LDFLAGS_ALL) $(CFLAGS_ALL) -o $@ $< to: $(CC)...

I don't think cookies would work. The problem is that Websockets lacks standardisation when it comes to authentication, so you could do it in many many ways according to the...

It makes total sense to have 401 returned, I'm sure tiangolo did not mean 403 and it was just a small mishap

The CI config uses the docker-in-docker service (docker:19.03.12-dind), [which is highly recommended against BTW](http://jpetazzo.github.io/2015/09/03/do-not-use-docker-in-docker-for-ci/). What it means in your case is that any docker commands will get serviced by the...

``` services: - docker:19.03.12-dind ``` This is the service I'm talking about, defined in your `.gitlab-ci.yml`. Delete that.

Also, this happens with both the CLAClassifier and the SDRClassifier, because they write to ClassifierResult in the same way.