Patrick D'appollonio

Results 39 comments of Patrick D'appollonio

Hey @13sh! So I asked around (and we can see @cbmdfc's comment up top as well) and I'm inclined to not add this, unfortunately. The reasons are many but after...

Hey! Sounds like an interesting idea, so basically you just want the file listing part, with the files being simply text, is that correct? I like the idea, what I'm...

Hey @dsgibbons! Thinking more about this, I think it could be possible if we introduce querystring parameters, so something like: ``` http://localhost:5000/?text-only=true http://localhost:5000/a-folder/?text-only=true ``` Would render this text version of...

Hey! Sounds like an interesting situation. Would you mind sharing the entire stack trace if any of the crash? I'll try to reproduce on my end.

When the app crashed, it should've printed a few more lines to the terminal after the out of memory. If not, what might've happened is that your OS might have...

I took a look at this and I have some bad news: you probably didn't even get a stack trace because it wasn't Go what finished your application, it was...

Interesting! It seems to hint at the etag generation taking a chunk of your ram. This might be nothing but you can try with `--disable-etag` and see if it makes...

Awesome! I'll keep this issue open, update it a bit to reflect the etag memory consumption and I think that's something we can definitely improve here 😁 Thanks a lot...