Tomás Moreno Bernal
Tomás Moreno Bernal
I'm using the CloudReader hosted on http://readium.github.io/readium-js-viewer and with the book "The Emerald City of Oz" But I have the same bug with a build of the readium-js project from...
The button for highlights doesn't appear in that cloud reader version, I can't highlight text.
Yes, that the point related with my other issue: https://github.com/readium/readium-shared-js/issues/332 I can't remove created highlights. In this one, I can select for highlight again when I change the chapter.
Hi, Any good news?
At the moment I'm working in my local Express server. This is the response from the server: ``` HTTP/1.1 200 OK X-Powered-By: Express Access-Control-Allow-Origin: * Access-Control-Allow-Headers: Content-Type,X-Requested-With,Content-Id, token Access-Control-Expose-Headers: Content-Type,X-Content...
Hi! I have the same issue, swagger-ui generates examples in this way `{ "additionalProp1": { "code": 11, "text": "message text sample" }, "additionalProp2": { "code": 11, "text": "message text sample"...
I think that I have found the code that generate the response examples. If you go to src/core/plugins/samples/fn.js file and navigate to line 481 you can see this fragment: ```javascript...