Per Böckman
Per Böckman
> > Type can be declared as Nullable as far as I know. It it not supported? > > `"type": "null"` is the syntax of `JSON Schema`. Not `Swagger 2.0`...
Java 17 LTS was released just over a year ago. Are there any updates regarding if/when Azure Functions will support this version?
I'm working with an ODATA api over Cosmos DB and ran into this issue when trying to filter with `gt/lt`operators on string attributes, e.g. `$filter=modified_at gt '2022-09-01T00:00:00Z' and status lt...
> @pebo until this is implemented, you can a [SQL query](https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-6.0/whatsnew#raw-sql-queries-with-fromsql) to write exactly the SQL you want. Thanks! So currently there's no way to translate a generic `string.Compare(a, b)...
> The server starts writing the status code (200), response headers and the first part of the body and then it stops and closes the connection. Curl output: ````sh *...
[krakend](https://github.com/krakendio/krakend-ce) uses gin-gonic (v1.9.0?) and logs these errors: ```` 2023/05/23 14:42:00 http: panic serving 169.254.1.1:60572: invalid node type goroutine 362961 [running]: net/http.(*conn).serve.func1() /usr/local/go/src/net/http/server.go:1854 +0xbf panic({0x291e7e0, 0x35156d0}) /usr/local/go/src/runtime/panic.go:890 +0x263 github.com/gin-gonic/gin.(*node).findCaseInsensitivePathRec(0xc005783640?, {0xc00b799bde?,...
@liamnichols - This issue is a bit old but if it's still relevant you could try adding `nullable: true` to the definition of Bar and see it that helps. I've...
Any updates on this issue? It seems like docker compose v2.18.1 doesn't respect depends_on for the build when build kit is enabled.
@ndeloof It seems like the problem arises when the dependent service is using the `image` property rather than a `build` section. **Dockerfile** ```yml FROM alpine as base RUN echo 'foo'...
This issue occurs several times a day also with version `5.x`. The problem might be that the providers is not using long enough timeouts for the 404 retries to deal...