Victor Berchet
Victor Berchet
@rkirov What are the plan to merge https://github.com/vicb/angular.dart/commit/a06849c7ce3cb8f38655185dfaeb852edd707fd9 ? For now `{{ map.length }}` still returns `map["length"]`. (ref #1269)
There is a [Travis failure](https://travis-ci.org/vicb/angular.dart/jobs/34792697#L1236) that seems to be linked to the recent PRs about resolving relative URLs. Please not that the test pass even if a 404 is returned....
I had to disable some tests for browsers that require the shim. This has been done in #1288 @vsavkin suggested to [re-enable tests](https://github.com/vicb/angular.dart/commit/e9cd7829f262581548e214a8ceb5c7da77a4fe69#commitcomment-7626495) but it makes tests [fail](https://travis-ci.org/angular/angular.dart/jobs/34391260). Someone should...
While testing angular with IE, I had an issue with [WebPlatform](https://github.com/angular/angular.dart/blob/master/lib/core_dom/web_platform.dart#L45). IIUC the goal of the linked code is to add the [name of the custom component as an attribute...
Currently we do test presubmit-\* branches. If the test pass the branches are rebased on master and if the rebase went ok, they are merged into master. Is see some...
It would be great that tab stops after the first ":" where different commands are possible. IE after "doct", tab should stop on "doctrine:"
/ref https://github.com/WICG/EventListenerOptions It's a way to declare that `preventDefault()` is not called by handler and make scrolling smoother. Needs more investigation if support would be useful in Angular.
Hey Momtchil, Do you have any idea on how this code perform vs a C implementation of the same algo ? I'd like to integrate igc-xc-score with flyxc in the...
It looks like https://opentopomap.org/ is down and no more tile served :( OTM is nice and useful, anything I could do to help bringing it up again?
Hey @timostamm In 2020 I ask you if you can support JS Maps (https://github.com/timostamm/protobuf-ts/issues/11#issuecomment-713624106) Your answer was > The problem with Map is accessing the items. Map.keys(), entries() and values()...