Matúš Ferech

Results 22 comments of Matúš Ferech
trafficstars

Hi, I've made a port of `goto` to fish shell, you can give it a try: https://github.com/matusf/goto

I've edited the issue (see EDIT ^). The visibility is not required in personal snippets but required in project snippets. The exception was caused by wrong format of visibility parameter....

Thanks for the report. I looks like a bug in a [depending crate](https://github.com/JordiPolo/oas_proxy/tree/master/openapi_utils), I'll look into it. If you had some minimal example where it fails, it'd be great.

Hi @xvilo, thanks, that's a great report. You essentially identified the issue. [`openapi_utils`](https://github.com/JordiPolo/oas_proxy/tree/master/openapi_utils) is unable to dereference the `$ref` in components section since it is located in other file. The...

I'm sorry that it did not work out @xvilo. Could you please share the specification? When I'll have some spare time I'll try to debug, minimize and report it to...

Hi, I checked the schema with https://editor.swagger.io/ and according to it, the schema is not valid. ![image](https://user-images.githubusercontent.com/18228995/141985186-b0f92dfc-6ef4-4e50-b251-e607da111dda.png)

Hi, what is your use case for this feature? If we store also the valid responses, the fuzzer will create a lot of files really quickly, possibly filling your hard...

Hi, thanks for the report. Could you please send the specification? I'll not be able to debug it without it.

More: https://github.com/matusf/openapi-fuzzer/issues/7#issuecomment-970323541

Hi, thanks for a suggestion. Yes, that is good idea. I'll try to add it soon, or feel free to send a PR, if you find the time.