Marek Čermák

Results 40 comments of Marek Čermák
trafficstars

@thuandohoang That's interesting! I downgraded it to 0.2.2 and it indeed works! However, when I upgrade it back, I get a different issue when starting Ruby LSP 😆 🤷 ```...

Hello @solidsnack Thank you for the feedback! Good point, I will add a submission example to the README. I didn't consider it necessary since the library follows the kubernetes custom...

The documentation was added to the README in https://github.com/CermakM/argo-client-python/commit/1e39dd7cab72a668aef028e366f98865bf440781, please, check it out :)

The changes marked as "Not a typo" are not errors, for those cases, the fix is invalid and should be reverted.

That's an interesting point, @thomasballinger . I suppose there would be a way to allow for custom hooks on deletion and re-execution.

@hericlesme A short note ... First, we should check whether the goal of executing custom JS scripts and linking custom JS libraries is actually feasible in Jupyter Lab. For that,...

@hericlesme This is certainly NOT what we wanna use. This is nothing but an `eval` wrapper around the JS code -- way too dangerous. We want to dig a bit...

I think that's a reasonable strategy. Let's create the Jupyter Lab extension for jupyter-require, load it, and see what works and what doesn't. :grimacing: EDIT: Don't know if you were...

Hello and thank you for reporting it. Are you running it in a Jupyter Notebook or Jupyter Lab? The extension is only compatible with Jupyter Notebooks. Cheers, M

@gbonazzoli and @deeplook Thanks for the feedback! The README does say it's an `nbextension`, Jupyter Lab uses `labextensions`, which are different and also I always explicitly say `jupyter notebook` in...