Will Norris
Will Norris
Let's start with the single Port option, since that is a really clean mapping to the options tsnet already exposes. We can always add a range later if needed.
Yeah, I think having two separate sites is the cleanest way. Happy to review a PR!
the line of code that was causing that particular error was removed as of Tailscale v1.72 (in [this commit](https://github.com/tailscale/tailscale/commit/7bc2ddaed) to be precise). So could you tray again with a current...
We have a `state_dir` config option, but it may not work with a `mem:` value... I've never tried. But I think that would be a reasonable feature to add. That...
> @willnorris - do you have any opinions about a large breaking change like this to change a bunch of `*string`s into explicit enum values? Sorry I missed your question...
Would base64 encoding the remote URL work for you? I really thought there was an issue or PR for that at one point, but all I'm finding is #431 where...
Take a look at the [base64 branch](https://github.com/willnorris/imageproxy/tree/base64) and see if that would work for you
I'm curious about combining the queries at the end... the URL encoded query and any non-encoded query that was on the original URL. Are you actually using that in practice?...
I went ahead and merged the base64 encoding feature. With that in place, adding support for URI encoding becomes quite minimal, provided you don't need to combine the encoded and...
I'm going to go ahead and merge #461 since it does pass all of the test cases you've got here, and is a much simpler implementation, based on the previous...