Dave Sirockin
Dave Sirockin
@dmitrybelyakov did you find a solution to this? I have the same issue and surprised nobody has responed here.
Yes I think I'd just remove the `dist` bit from the path like so: ``` '@json-editor/json-editor/jsoneditor.amd.js` ``` It's a really minor fix and I should have put it in the...
Did some further investigations: The reference *will* work but needs to be specified with the full ID ie `http://example.com/schemas/defs.json#/definitions/int` but not `defs.json#/definitions/int`. This applies even when using a ref declared...
No problem. I'll support its adoption. Any chance you could update the docs to clarify? On Fri, 20 Oct 2017, 17:14 Evgeny Poberezkin, wrote: > That's why it's BETA :)...
Some further information which may be useful: 1. I have tried invoking both `updateOptions()` and `render()` directly on the ChartComponent object (obtained via `@ViewChild()`) and this does not help. 2....
Looking further, I can see that the issue seems to be that `chart.foreColor` and `chart.background` automatically get set to "#f6f7f8" and "#424242" when the theme is changed to "dark" but...
Hi Anton. I've been looking at this too as I'm also interested in response validation. It looks as if the options struct is imported from a different package `github.com/getkin/kin-openapi` which...
Hi Roger Thanks for the quick and helpful response, especially since you're travelling. The hostname for the certificate is `*.{mydomain}.com` whereas the PTR record on the server is `app.{mydomain}.com`. Could...
I'm surprised the CI pipeline is failing on interface compatibility given the changes are non-breaking.
> @sirockin This is a breaking change for any users that may have already done what we're trying here - create an abstraction to share code between f1 and other...