Ryan Carsten Schmidt

Results 570 comments of Ryan Carsten Schmidt

Right, it sorts names using [`ngx_strcmp`](https://www.nginx.com/resources/wiki/extending/api/utility/#ngx-strcmp) (a wrapper around the standard [`strcmp`](https://pubs.opengroup.org/onlinepubs/9699919799/functions/strcmp.html)), just like nginx's built-in autoindex module does. It's fairly common for web servers (and UNIX systems generally) to...

I could see a use case where someone runs a server serving files whose names are primarily in one language and wanting the sort order to reflect that language. Think...

This has been implemented in #124.

> 1. Is there any way to remove the "Date" row from the HTML view at the browser? I'm working with a Cashed remote File system in the background, so...

> It would also be awesome to understand the difference between template.h and template.html [HACKING.md](https://github.com/aperezdc/ngx-fancyindex/blob/master/HACKING.md) explains some of this already; I recommend reading it. template.html is an HTML template that...

> I don't think you can configure ngx-fancyindex not to send this column. The request to allow reordering of columns was previously made in #66. Allowing columns to be omitted...

This doesn't sound like anything that the developer of fancyindex needs to help you with. It sounds like a very specialized request and you already have all the tools to...

> 1. Support `%Z` option of `strftime` (and maybe `%z`) Seems like that would be possible, although this information is not available on all platforms. nginx has a feature test...

I read that one could use `tccutil reset ScreenCapture [bundle identifier]` to tell the OS to forget any screen capture permissions granted to a given app. Since [screenBloom's bundle identifier...