Yaron

Results 5 comments of Yaron

@silesky My client breaks with an adblocker is present (uBlock origin in my case) - it blocks our Hubspot integration (The URL is from this format `https://js.hs-analytics.net/analytics/XXXXX/XXX.js` The weird thing...

We have tried to upgrade the client to the latest version but still could not catch the failure under that `catch` clause which is very weird... this is how we...

i have encountered the same issue - my current solution is in the swagger.json - replace the $ref which refers to the enum object by the definition of the $ref...

Here is the workaround - swagger.json before: ``` ... "enumObject": { "type": "string", "enum": [ "VALUE1", "VALUE2", "VALUE3", "VALUE4" ], "default": "VALUE1" }, "someObjectUsingEnum": { "type": "object", "properties": { "myEnum":...

i've researched it today a bit on all levels (from the protobuf to the ruby gem :) ) and it i think that at some point the $ref should be...