Andersmholmgren
Andersmholmgren
The following should be supported ``` new Request('GET', Uri.parse('http://localhost')); ``` Note also that the check on https://github.com/dart-lang/shelf/blob/master/lib/src/request.dart#L178 is a bit strange. It compares this.url etc but then prints the result...
not sure if this is possible but the only thing stopping me from considering Guinness is that AFAICT I'd have to go back to string based mocking which I'm not...
It's not the kind of property that one would expect to change whilst the server is running and knowing it up front (e.g. during app initialisation) is very useful
In https://github.com/danschultz/react.dart/blob/master/lib/src/react/factory.dart#L58 the properties are removed. This causes failure when state is updated and the component tries to render but has no properties. Was this a copy pasta error or...
I haven't traced the cause of this yet but logging here as a placeholder. ``` Uncaught Unhandled exception: The null object does not have a method 'call'. NoSuchMethodError: method not...
I want to find a really clean way to integrate frappe with polymer. I want a class that is - a true frappe Property / EventStream - directly usable in...
See https://groups.google.com/a/dartlang.org/forum/m/#!topic/web/UIkUq7Fb9-Y When I remove items or add items to / from core-list the x coordinate becomes wrong. Either it is offset in a +ve x direction (when removing items)...
According to the doco it appears that validity should be updated as you type. The following example only updates validity once the field loses focus ``` ```
It would be nice to be able to easily drag a polymer element and drop it in another polymer element and get events for that in terms of polymer element...