Robert Coup
Robert Coup
Using submodules introduces more complexities, since they're fetched in parallel normally. Not sure whether that applies to subtrees too.
Fixtures get picked up from various levels of `conftest.py` and override each other sanely, but I'm not sure whether they're import-able in quite the same way?
@amal-thundiyil can you sketch out (a drawing) of the process(es) happening here? ie: what formats are used, and the tools/conversions that happen (during builds, rendering, etc).
> WIP here Looks reasonable. I'm not sure if Click currently supports it, but does your approach break combining a pager with terminal output because the stream is closed when...
When I was looking at macOS wheels I found this, which basically implied libssh2 isn't recommended, and doesn't do what people need (modern EC crypto, handling openssh config files, etc)....
If people are happy enough I will update the README/etc too. And could even expose it as a slightly less hidden top-level `PY_SHARED=1` option.
> If people are happy enough I will update the README/etc too. And could even expose it as a slightly less hidden top-level PY_SHARED=1 option. I've done that in the...
so special-case `0` for width and opacity and shortcut the symbolizer creation? Any others that spring to mind?
> for your use case does accessing the target container's root filesystem via `/proc/$PID/root` work? I get `ls: cannot access '/proc/7/root/': Permission denied`, so I guess I need https://github.com/kubernetes/kubernetes/issues/97103 resolved...
Random dump of ideas... [CSS3 pseudo-elements](https://developer.mozilla.org/en-US/docs/Web/CSS/::before) is the first thing that kinda springs to mind... ``` html Some quotes, he said, are better than none. ``` ``` css q::before {...