Günter Zöchbauer
Günter Zöchbauer
So, when the constraint of a dependency in `pubspec.yaml` excludes newer available versions `den pull` widens the constraint to include the most recent version? Does it run `pub upgrade` to...
Great! Now I can start using it :) I would prefer `den latest` or `den upgrade` (for check) and `den latest -w` (for check and write) to not have to...
I installed using NixOS and I saw the same error. In my case it was a network issue and I had the same errors in the log as #2576
see also http://dartbug.com/21778
Shouldn't it be possible to just run vulcanize or some other JavaScript minification after `pub build` to achive this?
core-list-dart: bindings in the template passed to the list are evaluated against _ListModel. In Polymer.js they are evaluated against the context where the List element itself was added. I stumbled...
I was surprised as well. I think some more explicit way (like parent) would be better than it's currently in Polymer.js. because when you know what's going on (how the...
published packages don't include `web/` right? So this would only be for path deps and maybe Git deps?
`` is invalid in HTML5 > There are also tags that are forbidden to be closed: img, input, br, hr, meta, etc. http://blog.teamtreehouse.com/to-close-or-not-to-close-tags-in-html5
@MichaelRFairhurst I'm sorry. I again mixed something up. Here it is explained properly https://www.w3.org/TR/html/syntax.html#start-tags > 6. Then, if the element is one of the void elements, or if the element...