Arsh
Arsh
Of course. I should clarify that I mean it passes the other tests after #1072. If you don't plan on merging it, this test case might not make much of...
I think the idea is that if there is a `myfile.zip.br`, it can be served as `myfile.zip, Content-Encoding: br` without miniserve having to do the encoding itself. I wasn't sure...
@robjtede miniserve depends on actix-files and would really benefit from this PR merging. Is there something blocking its review?
Serving files from disk is the responsibilty of a dependency, `actix-files`, and it would probably not be easy to make it serve pre-encoded files when it doesn't support it itself....
> It's with much disappointment that I will commit to implementing my own protocol then. Anyway, regardless, thank you for your outstanding work and the great resources you put out...
That said, the issue should be reopened.
Typescript has supported importing with `.ts` extensions for a few months now, but it relegates its role to just the type-checker in that case. You would need to introduce a...
Deno on winget is currently updated automatically by a GitHub action written by a winget contributor (Thanks @CoolPlayLin!). I think this issue can be closed.
Not sure if it makes sense to add that maintenance burden. None of the other package managers are created or updated by the core team. So if they start with...
I really like this proposal. It encourages fine-grained control over what directories can be read and written to, for example. At the moment, it's inconvenient to get this precise with...