heumsi

Results 15 comments of heumsi

Is there any further progress? I have same problem still.

I found my problems. coredns deployed on node which scheduler deployed was not running well. After I deployed coredns well, This problem resolved.

Hi. Is there any further progress by any chance? I'm waiting as this feature is very useful and needed.

I modified it like this ``` app.add_page(query.index, route="/", on_load=[QueryState.init, QueryState.reset_label]) ``` However, we still get the following error. ``` AttributeError: 'list' object has no attribute 'fn' ``` > As a...

Okay. I'll consider it a bug and wait for it to be fixed. Thanks for all your hard work.

Fortunately, I found the usage through the code. ```python pc.copy_to_clipboard( pc.icon(tag="copy",), text="This text will be copied!" ) ``` Maybe you can contribute to my documentation? If I can contribute, do...