Tobias Florek
                                            Tobias Florek
                                        
                                    NP. I'll rework it in the following weeks. Btw: is there a test suite available somewhere?
Sorry for not getting back. I will incorporate the comments, split it up and give it a test ride, hopefully next week.
Oh, Sorry. Yes, I was and am busy. I did run into too many problems with lvm getting confused between host and docker container that I installed in the host...
I don't have the details handy, but LVM's config files in the container and on the host were not consistent, so I got the warning about having to repair a...
This won't change anything, we do have a big cluster running behind a single IP. Checking if there is a new image does count against the rate limit and this...
We'd also like this functionality.
Oh, and that also happens when docker exec-ing to the container directly. It's not openshift's oc doing strange things.
This is mostly the same issue as sclorg/s2i-php-container#369. Would you consider a pull request that adding this?
Any news?
I forgot to mention: adding a unit field `b2:()` lets it parse it, i.e. using ``` rust pub struct A { b1: String, b2: () } ```