Derik Badman

Results 34 comments of Derik Badman

@donatj I use this library in an app for my work and have client hints coming up as something to address. Would be happy to help with implementation if you...

A reference for how the user agent is changing: https://www.chromium.org/updates/ua-reduction/ Does seem like you will be able to differentiate OS as well as desktop/mobile. The version will just be unreliable.

@donatj As this is coming up for my work, I'm going to do a fork (and then I'll do a PR back to here) to add unit tests for the...

Yeah, that whole Accept-CH things seems a bit over complicated. (I'm reading it the same way you are.) Would seem simpler to let the browser/user decide what strings they want...

Forked the repo and went through the info in https://www.chromium.org/updates/ua-reduction/ and compared to existing unit tests (and tried a few minor variations based on their examples) and I don't see...

If I am reading this all correctly, the UA strings in Chrome are not actually being removed yet. So if you only need the basic OS, browser, and browser major...

Ok, looks like the alternative value in the `list_` helpers for "style" is `false`.

Not really... @tcrowe but thanks for responding... Does looping through `post.tags` just get me an array of strings? Was kind of hoping it gave me some other data (like the...

@rsese Thanks for the reply. It's Mac OS 10.12.6. I added a file to my project directory, pasted in your example and got the same error. Even if I start...

Ah, just opening the dev console, I find (multiple times): ``` Uncaught (in promise) Error: spawn EACCES at exports._errnoException (util.js:1022) at ChildProcess.spawn (internal/child_process.js:313) at Object.exports.spawn (child_process.js:399) at Promise (/Users/[username]/.atom/packages/ide-php/lib/main.js:48) at...