Menzo Wijmenga

Results 15 comments of Menzo Wijmenga

To be complete the output should also be written to the terminal:

>Are there any? I thought their job is to work on existing HTML, not enforce their conventions. For both there's documentation and opinion pieces available that describe practices to follow....

Hey @homakov, That is because right know you depend on the javascript and webview implementation of those devices.There's a few ways you can fix this: 1. Embed a fixed WebView...

Just wanted to edit my comment. Forgot you're already using scrypt natively 👍 **Edit: If you want to do real device tests checkout https://www.xamarin.com/test-cloud**

@everton-rosario you can find all code related to injecting the statistics script here: Plugin: https://wordpress.org/plugins/jetpack/stats/ File: `wp-content/plugins/jetpack/modules/stats.php` hook on line 122

IE supports try..catch..finally [since ie6](https://docs.microsoft.com/en-us/scripting/javascript/reference/try-dot-dot-dot-catch-dot-dot-dot-finally-statement-javascript). I think the issue lies within your control flow that handles the result of addToLocalStorage. Could you share your implementation? I confirmed compatibility with ie9...

I've been able to confirm that rate limiting indeed seems to be the issue. Using [`dnsblast`](https://github.com/jedisct1/dnsblast) it's easy to determine what the rate limits of a dns resolver is. I've...

Actually the docs are very clear but only when read carefully. To quote the first couple of sentences: > Passport's sole purpose is to authenticate requests, which it does through...

I understand you. But you're missing my point I think. Again quoting from the first paragraph: > The API is simple: you provide Passport a request to authenticate, and Passport...

Hey @Dschee , I added a PR https://github.com/Dschee/Polyglot/pull/1/ on your forks master branch per your request here: https://github.com/Flinesoft/BartyCrouch/pull/59. I think this build is failing because your xcworkspace isn't being re-created...