Oleg Nykolyn

Results 3 issues of Oleg Nykolyn

Hi, I am trying to use the new `v1beta1` Ingress API for K8, I've been able to create configuration: ``` let k8Ingress = https://raw.githubusercontent.com/dhall-lang/dhall-kubernetes/master/1.19/schemas/io.k8s.api.extensions.v1beta1.Ingress.dhall sha256:751334b2bff987943ee94b79e57a8f52f9d82db8e78d0af288df0c2c62f870db in k8Ingress::{ , metadata =...

Hi, I've tried running `strawberry export-schema` with my django project and it doesn't seem to work. ## Describe the Bug ``` root@8f7852265221:/opt/app# strawberry export-schema zephyr.apps.currencies.schema Traceback (most recent call last):...

bug

It is recommended to use `--no-binary` in psycopg2 docs: http://initd.org/psycopg/docs/install.html However, `requirements.parse()` fails on line "psycopg2>=2.7.4 --no-binary psycopg2". Please advise if this is a bug in `requirements` or if this...