Dean Sofer

Results 242 comments of Dean Sofer

I added an emoticon response to the first message so that this thread doesn't get bogged down with "Me Too's". For the sake of the maintainers' sanities: ANY FUTURE "Me...

I actually have a few other polyfills installed too and sort of hope that they become built in too. The trick is to use a background page hack. I will...

This is the lib I used (see the implementation in my app) https://github.com/borismus/oauth2-extensions As for 'polyfills'. There's a modification where if there exists a gh-pages branch but no project url,...

I don't know why, or exactly how the logic works now, but I sort of imagined something way less complicated: ``` html ... Static 1 Static 2 ... Static 3...

Sorry but that exact level of convolution is what I would prefer to avoid. But I'm not the maintainer so it's only an opinion and the decision is up to...

@arkarkark ``` html {{$select.selected.name}} Sticky top {{person.name}} Sticky bottom ``` ``` css .ul-select-choices { position: relative; padding: 30px 0; } .top, .bottom { position: absolute; left: 0; right: 0; }...

I know this is way late but just saw your videos and I want to point out to people that I really don't advocate using this on mobile. Especially in...

I honestly haven't touched this code in YEARS. Have you tried putting validation into the last step so that the wizard considers the entire form incomplete at the end? I'd...