John White
John White
One thing we should keep in consideration though is what happens if another file overwrites a type already defined. This will create misleading results, and in order for it to...
well, bump. This is a pretty important hole in the features.
This makes the client forget about unmarshalling errors. It's a pretty serious bug, and also trivial to fix.
Meanwhile, for us poor souls trying to fix this illogical world: ```bash # Fix incorrect swagger logic find . -name "api_*.go" | xargs perl -i -pe's/localVarHttpResponse\.StatusCode >= 300/localVarHttpResponse\.StatusCode >= 300...
Having the same issue, I'll paste it to make it indexed in search engines: ``` Two output files share the same path but have different contents: media/xx.svg ✘ [ERROR] Two...
A workaround by the way: ```sass @forward "../node_modules/flag-icons/sass/variables" with ( $flag-icons-use-square: false, ); @use "../node_modules/flag-icons/sass/flag-icons-base"; @use "../node_modules/flag-icons/sass/flag-icons-list"; ```