Alex Weissman

Results 106 comments of Alex Weissman

Not sure how to actually do this, but it's still an issue for me. I spend far too much time scanning through stack traces for `vendor` classes to find the...

It's anywhere a full stack trace is rendered, usually from an exception being thrown. Honestly this is kind of outside the scope of UF, but if there is another package...

Looks like xdebug can be configured to filter out `vendor` paths, but I haven't tried it: https://stackoverflow.com/questions/60068158/xdebug-trace-function-how-to-exclude-vendor-dir

That plugin is not compatible with UF4.

We're looking into using https://github.com/thephpleague/oauth2-client to implement social login. If you want to fork the `develop` branch and take a crack at it, it would be a great start!

Seems like this issue was misnamed - descriptions and breadcrumbs aren't unique to the (nonexistent) `root` Sprinkle.

There's gotta be a third-party library for this somewhere.

Eh, most people won't experience collisions even if they don't update their templates to use `this.`.

Nope, these are just changes to the client-side templates.

For what it's worth, we're definitely still using this package: https://github.com/userfrosting/UserFrosting/blob/master/app/sprinkles/account/composer.json#L24.