Felix Bauer

Results 5 issues of Felix Bauer

We have a model with a field which has a default value: ``` class MyModel(models.Model): description = models.CharField( max_length=255, default='My default text', ) ``` We have EN and DE as...

Hello, We are using openapi-core to validate Django Requests. When I use this syntax: ``` SaveRequest: allOf: - $ref: "#/definitions/Dog" - required: - breed - name ``` I'm getting this...

Hello. We use openapi-core to validate our specs with the backend, so that we are sure that the documentation generated out of the specs is up-to-date. However, so far, the...

I am getting this error out of the sudden: ``` ╷ │ Error: javascript is not a valid platform │ │ with module.prod_cluster.module.configure.sentry_project.yoda, │ on ... line ..., in resource...

Hi @Bromeon currently, the package is dependent on Deno 0.209.0. Do you have a plan to upgrade to that? I've read in one of your other comments somewhere, that it's...

feature