Alysson Ribeiro
Alysson Ribeiro
The problem here is inconsistency, the older versions of go-swagger didn't name enumerations this way, so when upgrading the tool to the newest versions, you don't have an option to...
Maybe add ability to not use proxy for RSS connection? We already have an option to use proxy on torrents or not. Edit: I found out the bug happens when...
* For adding compatibility with other sources is not in my scope, if someone wants to implement it, I can review and merge. * I think adding the option to...
I created a customParameters config for RSS to inject query parameters on the rss request. There is an example in the Readme. Let me know if that works for you
I did a small iteration over the problem, it ensures functionality for test suites and it's sub-tests.
> @sonalys Have you tried [Go Companion](https://marketplace.visualstudio.com/items?itemName=ethan-reesor.exp-vscode-go)? It uses gopls for test discovery, which scans the AST instead of using regexes so it's a lot more accurate, though has substantial...
Every server deserialize the body their own way. Chi uses context Bind Fiber uses BodyParser and so on... What you would need to do is create an InvalidBody and MissingBody...
@jamietanna If you could also take a look into this issue. If you wish, I can also work on it.
I can propose a pull request solving this issue. Without breaking changes. This would avoid a lot of workarounds for tracing and telemetry
> https://github.com/oapi-codegen/oapi-codegen/pull/1838#issuecomment-2487595623 reads as this issue stems from substantial architectural issues Unfortunately, the required changes are too big. I ended up using [ogen](https://github.com/ogen-go/ogen) instead, and I'm having fewer headaches.