Matt Probert

Results 34 comments of Matt Probert
trafficstars

Although I haven't worked on this recently, while opening the PR today, it occurred to me that there is an edge case that isn't handled and if this PR is...

@willnorris - anything I can do to help move this forward?

Was thinking about this again today. Regarding the [baseURL comment above](https://github.com/willnorris/imageproxy/pull/290#issuecomment-855382058)... > In particular if the user is providing paths relative to a baseURL. > In these cases URL decoding...

> keep the common case faster Well if the param isn't encoded, we shouldn't decode it as that may decode encoded params within the url and break things. So the...

Howdy. I started looking at what would be involved to make this change. I was wondering if you could clarify which direction you want to go with `DefaultBaseUrl` as allowing...

Hi @willnorris, happy new year! As I didn't get any feedback from you in terms of preference on how to approach this I went ahead and did an implementation for...

Another benefit to supporting url encoding.... The README [says](https://github.com/willnorris/imageproxy#remote-url): > In order to optimize caching, it is recommended that URLs not contain query strings. This is due to how webservers/browsers...

Hey @willnorris let me know if I can do anything to make this easier for you time-wise. I know I wrote a lot of ideas for discussion earlier. As I...

I went ahead an opened a PR for this (maybe that is better for you than looking at my fork)...and squeaky wheel gets the grease as they say. ;)

It looks like I can work around this specific interactive problem by adding this ENV to the build command: `NUXT_TELEMETRY_DISABLED=1` But it would be nice in general if `nuxt build`...