Viktor Stanchev

Results 18 issues of Viktor Stanchev

Example struct: ```go type Thing struct { Status int `json:"status" enum:"0|1|2|3|4|5|6|7"` } ``` The output swagger json has the enum values as a list of strings. Then when you use...

We have to address a few issues: - [x] For users who can access the pirate bay directly we need to prioritize the real pirate bay - [x] For users...

enhancement

Here's my plan for a new interface: `pirate-get ` where `` can be one of `browse`, `recent`, `search`, `top`, `categories`, `sorts` and `` is everything else we already have as...

enhancement

Since we've had issues with TPB going down many times, we should make pirate-get a bit more modular and add support for more trackers. Here's the list of popular trackers...

enhancement

We should add a config and/or command line parameter to set a proxy. This can probably already be done through an environment variable (I haven't checked), but this would be...

enhancement

Sometimes you don't want the etcd client to connect to arbitrary etcd nodes and you know exactly which node you want to connect to. Also, it makes sense for the...

When using the proxy / pull through cache feature, the registry should use the user's permissions for pulling from the upstream registry instead of using its own hardcoded username and...

# Fix Missing Discriminator Mappings When Multiple Values Map to Same Schema ## Problem When an OpenAPI spec has multiple discriminator values that map to the same schema type, the...