A Flow of Code

Results 16 comments of A Flow of Code

I'd like to comment with the intention of helping someone avoid (or fix) a simple user error that can lead to a similar problem with the swagger endpoint failing with...

This began happening to me after the most recent update (to G6.0.3), although perhaps slightly differently. On the first hover, most links do not show the URL in the lower...

I started having this issue recently, although I'm not sure if it is related due to our differing systems. In my case this happens on Windows 11 with an Ubuntu...

Nice, that does work. In that case it seems like updating the `api_jws.decode` method to handle actual JWKs could be implemented pretty easily. The conversion performed by `PyJWK.key` could be...

It would be especially excellent if the models associated with an explicitly hidden resource were also hidden automatically. Unfortunately this is not the case. If you use models in `@api.expect`...

Still an issue in `6.0.3.4`, I used @kieraneglin's solution like this: ``` get "*path" => redirect('/'), constraints: lambda { |req| req.path.exclude? 'rails/active_storage' } ``` While it's a good hack for...