Jay Klehr
Jay Klehr
Just trying some different things here. If I change the definition around a little bit, by removing the `page` parameter from the URI Template like so: ``` api-blueprint # Group...
Thanks for the reply, I'll certainly be keeping an eye on this, let me know if you want me to test anything. Also, just fyi, I tested the "remove the...
I can also confirm that changing `pruneSource` from `true` (the default) to `false` fixes the issue of CSS inside media queries being removed.
Doing the same here, turning something like this: `` into this: ``
#361 seems to attempt to address this, but doesn't fully (class name doesn't match filename and there is at least one other place in the code where the fully qualified...
I'd consider it a bug in the parser, IMO. I'm looking at the code a little bit (I'm somewhat familiar with the strategy behind Crossjoin 1.x as I helped optimize...
So if I modify the parser to find all available patterns that have the right hash + length, sort those by length, and then compare, it does find the right...
I was curious how often this might be happening with other user-agents outside of the browscap test suite. I ran ~47,000 useragents (that live in other parsers' test suites) against...
Here's a CSV that has the useragents that `get_browser` parsed differently than my modified version of `browscap-php`: [modified_vs_get_browser.csv.zip](https://github.com/browscap/browscap-php/files/772795/modified_vs_get_browser.csv.zip) Some of that seems like just an ordering difference (like choosing to...
@mimmi20 Thanks for the clarification on that, safe to ignore those ones then. As for the rest that `get_browser` parses differently, if I modify the ordering of the patterns slightly...