Michael Nutt

Results 86 comments of Michael Nutt

Awesome, thank you for this! Looks great at first glance. IIRC the `getPublicId` binary is necessary for publishing grains, but yeah I can exercise that functionality before release to make...

Hmm, that's something I had not considered! I could have the thumbnailer expire images via LRU or something, probably as a sort of background job. Is this something that happens...

Hmm, as I look at it a bit more I don't recollect previews/thumbnails being stored on a memory-backed filesystem. If you start davros outside of sandstorm on a unix system...

Hmm, at some point maybe I can explore storing thumbnails in a SQLite database or something.

Davros relies on Sandstorm for its authentication, so without using it via Sandstorm (or putting Davros behind some other sort of authentication mechanism, involves integration) then Davros would be open...

Hi Victor, Thanks for checking out Davros! I'm curious as to your use case--are you planning on using Davros in conjunction with another app, or just want to run it...

That's a good call-out, I'll add a warning if the rename will potentially overwrite an existing file.

The WebDAV spec handles `MOVE` conflicts by passing a header `Overwrite: T` or `Overwrite: F`. I think perhaps the right thing to do is to attempt to do the `MOVE`...

Sorry about that, looks like my build script was too aggressive a tree-shaking css. I'll make sure it allows it.

Fixed in https://github.com/mnutt/davros/commit/7f3b349850b5a9d08c412093eb3d2034e8c3025a, to be released in 0.32.2.