Victor Savkin

Results 38 comments of Victor Savkin

Made the changes: 1. Remove all nx-cloud related stuff, remove unused npm dep. 3. On "name": "blues-stack" Nx most of the time is used for managing repos with multiple projects...

@jbdeboer we do not have a global setting for enabling/disabling shadow DOM. The decision is made by every component. It is possible to add a global setting, but it will...

The issue is still present. The disabled tests fail in IE10.

@vicb fixed the typo :)

@bgourlie see my answer http://stackoverflow.com/questions/27988813/querying-child-elements-of-a-component-when-useshadowdom-false

It looks like it is still not working. I can try to implement it.

Agree with @matsko and @vicb. It is a valid point, however, that because all the browsers Dart supports are CORS enabled, the chances are you won't need JSONP. So maybe...

@matsko it is possible (see https://www.dartlang.org/samples/jsonp/).

I checked the AngularJS implementation of JSONP, and it is pretty straightforward. So I don't think implementing it for AngularDart will be challenging. I can try to do it this...