Bulat

Results 6 comments of Bulat

@etherline I'm not sure if I can recall the details exactly 😅 I was under impression that java SDK indeed expects URI. But there is a code that parses the...

Ok, I got the troublemaker I got `format: string` instead of `type: string` in request schema. ``` - in: path name: propertyName schema: format: string required: true ``` Fixing it...

Also discovered another error(?): ``` servers: - url: /api/1-dev/ ``` fails with ``` Error:Failed to parse URL: endOfInput (unparsed: /datasets/) (.paths./datasets/) [error] (Compile / guardrail) dev.guardrail.sbt.CodegenFailedException ``` `/datasets/` -- the...

Hi! Any progress on this issue? I can generate code for simple cases, but unfortunately I can't generate code for production specs (we use `oneOf` a lot to describe tagged...

Encountered the same issue. As I see it the problem is not in absence of `pyproject.toml` but in a manual installation of `numpy` package inside `setup.py`: https://github.com/NicolasHug/Surprise/blob/master/setup.py#L65-L78 I'm unaware why...