Jay Klehr

Results 45 comments of Jay Klehr

I'm not sure, without modifying the parser (which hasn't been done), the issue will always remain, and would require constant maintenance to compare `browscap-php` and `get_browser` on new useragents as...

I'm seeing this as well after a computer restart. I tried running `xeno daemon` but it just hangs. Initially I see "sh" in my iTerm tab, then it blinks between...

My mac restarted itself for a security update, and after restart, xeno would hang again. To fix it I had to remove ~/.xeno and ~/.xeno.lock, uninstall through homebrew, then reinstall...

Don't feel like an ass, life happens :) I believe the first time this happened to me I did try removing the lock, but I was trying a lot of...

I haven't tried testing this PR, but I think we have a very similar use case that I wanted to explain to see if this helps make the case for...

I took @schmaun's branch and merged in the latest `master` branch, then just tweaked a couple of little things (mainly in the documentation) and have tested this (https://github.com/diablomedia/FOSJsRoutingBundle/tree/expose-options). It works...

@scttcper Yes, we started using this bundle-stats plugin (https://github.com/relative-ci/bundle-stats/) to monitor how the webpack bundle changes in our app with each code change. I tried removing `@angular/router` from my `package.json`,...

It's possible that the Terser plugin in our production build would tree-shake that out, I'm trying to confirm that (the stats above are from the development build, which doesn't minify).

It does appear that the `@angular/router` code does end up in the production bundle as well: From "Debugger" tab in Firefox (sourcemaps): ![Screen Shot 2020-07-15 at 1 02 00 PM](https://user-images.githubusercontent.com/136907/87584871-6847fc00-c69b-11ea-87a6-8c9e56a1a147.png)...

@scttcper thanks for the reply. We're migrating an AngularJS app to Angular and this lib came up as a good replacement for the `angulartics` AngularJS module we were/are using in...