Gary Green

Results 171 comments of Gary Green

Also interested in this. @Gregwar seems relatively straight forward to accept? [PHP 8.1 natively supports avif](https://php.watch/versions/8.1/gd-avif) which is a great addition to reducing filesizes. All the top browsers currently support...

This is something I ran into yesterday! E.g. for the Tags plugin I want to globally disable the permission "Bypass tag requirements" permission because I don't want even admins to...

Just thinking about this a bit more - technically the current "admin" group is a "superuser" who is able to do ANYTHING and that cannot be changed. It seems permissions...

Possibly helpful: https://www.hanselman.com/blog/experimental-reducing-the-size-of-net-core-applications-with-monos-linker

Routes are matched in order, so first matching one is executed first and then stops. Therefore you can add a route at the very end which always matches, like... ```javascript...

`.run()` also returns a route that was matched, so you could use that to determine how to proceed in your app.

Do you have an example of a polyfill that doesn't have detection code? If this is to be added then maybe it can be an option to silently ignore polyfills...

What's your code so far?

By the sounds of it your trying lightrouter in a single page app?

You can easily do it with traditional path url, but if using in a single page app you would have to create a bit of additional code to listen for...