Ming Lyu

Results 12 comments of Ming Lyu

Thanks @taroxd . This solution works perfectly.

I am also expecting this feature. Thank you for your great work!

Meet similar thing. With compositor on, I can get transparent conky with ``own_window_type = 'normal'``, but for ``own_window_type = 'desktop'`` it's not working.. The same config file works fine on...

I think this is still an existing issue, unless someone determines that this is not going to be supported.

There seems to have an issue when `tool_paths` is using relative paths (which would be the case if the cc tools are managed by bazel as a third party dependency)...

Another example: ``` """module comment""""" from enum import auto, Flag class MyFlag(Flag): """class comment""" A = auto() B = auto() C = auto() ALL = A | B | C...

> Hi, I don't understand what this change is trying to do. Have you tried the example kubernetes config in examples/kubernetes.yml ? @mostynb Yes I did. The error message comes...

So what I'm trying to do is to allow me and future users to customize the data directory (`--dir`) and the `--http_address` when using the image in a k8s cluster,...

@mostynb Did my explaination make sense to you, or do I need to explain anything in more detail?

Yes. In my use case it is exactly the same. I would like to be able to override the `BAZEL_REMOTE_DIR` config in my k8s yaml file, but the corrent image...