Viktor Dick

Results 10 comments of Viktor Dick

The chameleon cache file contains inside `__quote` the lines __converted = convert(target) target = (str(target) if (target is __converted) else __converted) suggesting that the translation (`convert` is a partial on...

Not sure if I should add a new issue or add it here, because the title of the issue matches my problem although the original post does not - I...

Thanks, somehow I had missed that setting. Sorry to disturb the thread.

This discussion focuses on the use case of `OFS.Image.File`, delivering data from the ZODB. But that might not be the only use case. We use a (not version-controlled) file repository...

@drone115b What do you expect the application to do if the server intends to shut down? Since waitress is usually the outermost layer of the WSGI stack, it can not...

All right, I agree that we can drop idea b). If required, the app can simply send SIGTERM to its own process. When implementing a graceful shutdown, I usually use...

I am afraid that I will not be able to work directly on this in the near future, after all. We decided to first use a different method - unregistering...

Somehow, any link to the CLA I found redirects to the OpenJS Foundation website or to https://openjsf.org/about/the-openjs-foundation-cla/, which still does not contain the actual content of the CLA. Anyhow, I...

But in any case thank you for the info about the changes for 4.x regarding this. Reading the discussion there and the referenced PR made me understand this a bit...

FYI: We added an item to our roadmap (at PerFact) that (possibly large) static files should no longer be served by Zope, relying on a lighttpd running in parallel for...