Ash A.
Ash A.
Runserver isn't meant for production use though. For production Django you use the wsgi interface which doesn't log anything to stderr/stdout. So I figured this should be used in the...
FYI, to expand on what @christos-P mentioned: We hit this recently as well and were able to work around it thus: Check the local machine's limit for watches: ```console cat...
Thank you for looking into this. You may be right that just adding `::1` is the simplest workaround. (And probably add a note to the documentation to this effect, as...
Definitely would be nice to do all of it. I asked specifically about the middleware as there's no documentation on what the arguments to the middleware functions actually are (just...
A little bit of an update with the latest version just out: We have a number of custom middlewares, and in some of them we will set `message.failed = True`...
I'm certainly not asking you to add Salt to the base distro of Flatcar. But rather to make it possible for me to add it to my custom version. Because...
Again, I have the problem that what you say is possible is in contradiction to the published documentation. Sysext for example, supports 3 file format: "System extension images may be...
> From here I see a few ways: > > * you could try to provide a sysext image for Salt > * you could build your own Flatcar image...
> Please note that, in accordance with our mission statement, Flatcar is an immutable _minimal footprint_ distro for _running container workloads_. While we understand this to be a rather opinionated...
P.S. If you wanted to make building sysext's easier on yourself and everyone else, I suspect something like this would help a LOT of use cases: ```bash #!/usr/bin/bash SYSEXT=$1 #...