Andrew Bone

Results 52 comments of Andrew Bone

Looking at this it's an issue with iron-form. for "Example of an iron-form reacting to state changes" Pressing reset does not trigger change on the form meaning the validity checker...

A few questions and points to maybe progress this. - Why are there 3 `collection-card`s when only 2 can be seen and accessed from a none touch device? ([catalog-search-box#L210](https://github.com/webcomponents/webcomponents.org/blob/ae6f3addb0ceed898f1939f7080ac194e91faac7/client/src/catalog-search-box.html#L210)) -...

That's embarrassing, I meant `collection-card`. I've corrected the original comment now.

Can confirm it's to do with RawGit, I get an error 400 with the message ``` Invalid response from rawgit. Received 403 for https://cdn.rawgit.com/link2twenty/l2t-fab-footer/1.0.1/l2t-fab-footer/l2t-fab-footer.js ``` Following the link leads to...

As a quick hack for my latest element, I've made a webpack bundle and uploaded it to its own branch on GitHub https://github.com/Link2Twenty/l2t-fab-footer/blob/build/webpack.config.js here's the webpack config file. Then the...

This might be a simple way to keep checking the password. https://github.com/adaptlearning/adapt_authoring/blob/master/install.js#L483-L503 ```javascript var comparePass = function(pass, retype) { if ( pass !== retype) { console.log('Passwords do not match, please...

Would filter by dependencies be best?

A halfway badge could be a help wanted, a default issue label on github, badge. You can send off an AJAX call to `https://api.github.com/repos/:owner/:repo/issues?labels=help%20wanted` This will return all issues with...

I guess having a list of things that use it as a dependency would do this, I'm not sure if that information is readily available though.