Gokul Srinivas
Gokul Srinivas
Facing the same issue here. Looking to adopt this for a `$ref` based schema and it is not working. My API is too large to write into a single schema...
If anyone else is facing this, here's a workaround that I have for now which uses `swagger-cli` to generate a single file after resolving all the references. However, this creates...
@vlsi @jlink - I took a look at your comments and I've raised a [quick PR](https://github.com/jqwik-team/jqwik/pull/573). Let me know if there's anything to improve, thanks!
Thanks! @zhicwu
@zhicwu - I'm not sure this is true for all cases. For example This causes a syntax error: ```sql CREATE TABLE IF NOT EXISTS mytable ( `id` UInt64, `my_custom_column` Nullable(SimpleAggregateFunction(anyLast,...
@zhicwu - our use-case here is a field that can have a small set of values which includes null - example - `NULL / A / B / C` -...
Hi @zhicwu - just following up on this - any luck with getting a new release out?
We're not allowed to publish nightly builds into our internal maven repo unfortunately, So I can't really test a build in production. 😞 For now, I've worked around this by...