Jeppe Knockaert
Jeppe Knockaert
I've got an example reproducing this issue. I believe it is the generated JSON schema that is incorrect. My apib file: ``` FORMAT: 1A # Test API ### Test route...
Seems to be related to the 'url' plugin, disabling that one solves the issue for me.
So I investigated this a little further, these are my conclusions: It gets caused by the insertion of the marker and the subsequent regex match that prevents the deletion of...
You probably installed the wrong dotenv for python. I had the same issue, it was resolved by uninstalling my previously installed dotenv and using this command (as described in the...
You probably installed the wrong dotenv for python. I had the same issue, it was resolved by uninstalling my previously installed dotenv and using this command (as described in the...
Added it, everything seems to be green!