Bo

Results 28 comments of Bo

I like this. It's nice for including libraries since you can't use $.getScript(). +1 :)

I can reproduce this, `cat`ing multiple files into one where es6-shim is the first one breaks. Shouldn't that be the same as including those files in `` in the same...

Hey Jordan, I'm very much aware of that :) I wasn't talking about syntax errors or similar. But you're right of course, I just wanted something quick up and running,...

Ok, the exact problem is this: angular2-polyfills.js has a `var Reflect;` in global space, which results an undefined window.Reflect. Your check `!globals.Reflect` is true but in `defineProperty` the check is...

I'll have a look into their source code, maybe it's just the Typescript compiler outputting things that weren't intended. Thanks for adding this workaround!

Hey @kfix, I've been looking into this issue yesterday, but couldn't find a solution either. But I thought sending the request to all matching displays might make this shortcoming in...

@theogq The workaround from my fork (#38) still works fine in Mojave. So if you're ok with updating both displays at the same time, you could use that.

Works for me, thank you very much @kfix!

Hi! I've started using this date picker today and thought about changing it to issue two messages (value change and ui change) and exposing a few smaller view function (like...