Sven Schwyn
Sven Schwyn
@alex-leb No worries, I'm about to dump this gem entirely because it comes with more issues such as memory bloat. It's easy enough to write a focused API adapter for...
@alex-leb I've worked around it and we're now in the process of migrating to our own memory-efficient adapter which only implements what we need, so there's no immediate need anymore....
@WebSpider Totally agree! However, my suggestion is taking into account that any solution which involves configuration, UI etc is way less likely to be implemented than a simple and pragmatic...
Totally agree, file uploads are essential enough to enable the body parser by default IMO. There might be exceptions (e.g. minimalistic or API only apps) which are far less common,...
@timriley Since this will touch most repos, it might be the right moment for this as well: I noticed `@api public` to be present in situations where it doesn't make...
Just changing the default might not really fix this problem which is the ambiguous nature of the term "redirect" in this context. A possible alternative might be adding two new...
Alrighty, let's close this then. Thanks for checking it out!
Meanwhile, as a workaround, you could set the following in `~/.bash_profile` or `~/.zprofile` respectively: ``` export OVERMIND_SOCKET="127.0.0.1:4321" export OVERMIND_NETWORK="tcp" ``` This way, Overmind does not create a `.overmind.sock` file but...
@siilike Hiya! Any chance you can make this plugin ready for Certbot 3? Thanks a lot for your work on this plugin!!
I updated this PR by moving the mods from 2.2 guides to 2.3.