Max Bruce
Max Bruce
1. Yes. integer -> integer only. 2. yes, yes, yes, yes, yes, yes, yes 3. not at the moment 4. There are no implicit conversions, similar to rust.
@PiotrSikora Any updates on this?
@PiotrSikora Done.
@reasonerjt It sounds like it will, but a much easier solution to this specific problem is probably to just automatically delete the pod at the right time to allow the...
@mpwarres @kyessenov Any updates on this?
@kyessenov @PiotrSikora I've pushed up some tests for DynVM.
Likely related to/the same bug as #3836.
A workaround that worked for me for use in docker containers: I hijacked the stdout FD and had rsyslog write directly to it: https://github.com/Protryon/postfix-docker/blob/master/opendkim/rsyslog.conf The whole working dockerfile with stdout...
@jxs Sure, it was simply more expedient for my immediate needs to implement it outside. It's also a bit hacky IMO. I can open a PR here to add support.
I wrote that dynamic NullVM model. What I do for the same use case in NGINX is link against the same libraries it's linking against (i.e. openssl) to reduce binary...