Lucent (Changyoung Koh)
Lucent (Changyoung Koh)
Still not fixed in 0.4.1.
We can't. The RPC is not available until the sync is finished.
Sadly, native histograms can only be exposed through `protobuf` for now, which is not supported in the Python client. It might be better to wait until the feature gets stabilized[[source](https://prometheus.io/docs/instrumenting/exposition_formats/#exposition-formats)].
Thanks @janschulz ! In `IRdisplay_0.4.9000` ``` R x = formattable(...) y = print(x) y ``` worked perfectly :) (Howerver, as you mentioned, just calling `print(x)` directly w/o variable `y` did...