Dmitry A. Grechka

Results 4 comments of Dmitry A. Grechka

@davidmccabe , If I know that I will not need some particular set of atoms from the `atomFamily` (e.g. some particular parameter values of the `atomFamily`), how can I mark...

@dvoits , You've created the issue #79: "The ChartViewer's PlotRegistry duplicates the registry of IDD and can be eliminated." Please decide whether ChartViewer's PlotRegistry is useful or harmful as duplicates...

The possible cause for it is in idd.axis.js in updateSize function. The function relays on div.outerHeight(false) and div.outerWidth(false), some of which can be zero due to hidden parent div. Thus...

I've created a temporal workaround. Script that proxies requests to http://online.swagger.io/validator/ and adds "Content-Type: image/png" header to the response so that camo proxy passes it You can use it if...