Hubert Rutkowski

Results 6 comments of Hubert Rutkowski

+1 for horizontal drawing :) I'm preparing presentation on slides and having graphs horizontaly is easier to fit and looks better.

Hi, I'm getting something similiar when trying to port forward to service: ``` $ kubectl port-forward svc/foobar 8082 -n myns Forwarding from 127.0.0.1:8082 -> 8082 Forwarding from [::1]:8082 -> 8082...

Also noticed that logs sometimes don't load at all. I have upgraded lazydocker to current version (0.23.1), no change. I can see the logs using `docker logs ` no problem....

Searching "libmagic" in google gives this repo as second link, while the much more popular python interface to libmagic https://github.com/ahupp/python-magic is not visible at all. Actually this looks more like...

It seems for me the option B would fit here more. But a tangential issue, is that perhaps we could avoid storing user specific secrets (like their gitlab tokens), if...

Same here, the most basic code fails: ``` from jupyter_client import KernelManager km = KernelManager() km.start_kernel() kc = km.client() kc.start_channels() kc.wait_for_ready() replied = kc.execute("print('Hello from Jupyter Kernel!')", reply=True) print(replied) kc.stop_channels()...