Ondřej Koupil
Ondřej Koupil
+1 This would be useful.
Dík za upozornění, zkuste aktuální [7e415db](https://github.com/ondrakoupil/csob/commit/7e415db42d541a5d66b6806c346c4b9ad4f02477), už by to mělo být v pořádku...
Hi guys, thank for your response. For anyone facing this issue, I found a workaround. Generator starts working if you also add the problematic $ref-ed file into components section. I...
@luisfpg Unfortunatelly, it is the same. (using [email protected] with [email protected])
Hi everybody, I tested it with `refParser.dereference`. Code generation works well, the $ref-ed schema gets processed correctly and exactly the same code is generated in all scenarios of the [gist](https://gist.github.com/ondrakoupil/aa986212d90f598cf96dbda01cdc1545)....
Hi guys, I thought best solution would be just to unescape the path in resolveRef function, just as @TheRealGI suggested. So I tried to hack that. ```typescript export function resolveRef(openApi:...
I bumped into this issue as well. The cause is in function setPositionFixed(): ``` document.body.style.top = -scrollY; document.body.style.left = -scrollX; ``` ScrollX and scrollY are numbers, document.body.style.top expects CSS value...
Hi, I think there is no reason for that, it was just the most common way how the key was saved. If you make a PR that enables both ways...
+1 for not autofocusing the button