A Flow of Code

Results 25 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...

Hey, yeah you're right I should add the potential feature wishlist to the readme. Will do on the next update. BC's pretty inconsistent with how their players work. Each page...

Thank you very much, glad to know it's a simple process & the import was indeed trivial and successful. I'm closing this but let me know if you want me...

Ok, I see the wiki is in the repo so I'll write it up and make a PR against v14.1.3 which seems to be the current dev branch.

Hmm well I've never tried to open a PR for a wiki before & I'm not clear on how to do so or if it's possible. It doesn't seem very...