Gary Green

Results 125 comments of Gary Green

@keradus From various comments I'm a bit confused about what needs to be done exactly. Could you explicitly list what you would like changed in terms of implementation before your...

+1 showing my interest for this as well. It's the main blocking feature we have for switching to esbuild. This feature request is essentially implementing some kind of feature similar...

We also have a use case for this in service workers - we would like to `fetch` a request and see if it was redirected and to where, then we...

Thanks for the comment. It's also worth noting there is an offical draft spec for promise-based font loading, maybe this library could act as some polyfill. Support is pretty decent:...

@cmonfortep if this issue is one that's "different and totally valid use case too" then why did you close #638 ? This issue looks complex and different the one described...

It even does it when your using something like CodePen: ![image](https://user-images.githubusercontent.com/1702638/45428512-4fcebb00-b699-11e8-9f5a-3f465cb2cd51.png) https://codepen.io/garygreen/pen/aaGBbV It's pretty ridiculous that it's this invasive.

@kspearrin any news on this? I still find it a bit concerning how much Bitwarden chrome extension interferes with all pages. It should only inject/enable the most minimal amount of...

I was originally not much of a fan of this idea because I think paginating a list of routes is incredibly annoying - flicking through 40 different pages to find...

It's not really something I would like to add. The whole benefit of having a flat list of routes is that you can see your fully qualified routes and debug...

I would honestly prefer to have the routes grouped by url, of some kind, rather than `::group()`s. That would mean it would work for resourceful routes as well. Though I'm...