Cezar “ikari” Pokorski

Results 17 comments of Cezar “ikari” Pokorski

I seem to have half of this problem. If there is already a `$scope.options = { valA: 5, valB: 10 }`, and then the slider gets created, it does not...

Yes, please.

Please merge this, I kinda need it! :)

Can we run it on CPU for the AMD fanboys?

I, in turn, would need this in order to add another verification step — I don't have a better idea on how to check if passport authenticated my user, but...

is there a chance that `copyPages` loses the form data in this case? I seem to have a similar flow but wanted to copy pages from source document and fill...

This is also super confusing: ``` > tld.getDomain('google.com') 'google.com' ``` but ``` > tld.getDomain('s3.amazonaws.com') null ``` Can I suggest mentioning in the docs? I don't think the README mentions this...

> You should never link to a storage service directly. Instead use your nginx to proxy your own subdomain to it. That way you can add any headers you want...

> It turns out the `NS_ERROR_INTERCEPTION_FAILED` was actually caused by Mastodon's Service Worker. Deregistering it and reloading the page helped in our case. In a way. I mentioned in the...