Martín Josemaría
Martín Josemaría
Hi, @mnislam01. AFAIK, django-jet has support for custom menu order, you can see hot to use it here https://jet.readthedocs.io/en/latest/config_file.html#custom-menu. Let me know if that is not what you want.
@mnislam01 I sent you and email.
Hi @deeplook, you can insert the embed code in your Jupyter notebook and insert the asciinema cast directly in your Jupyter Notebook ``` from IPython.display import HTML HTML("""""") ``` ...
Same issue here! rootpy 1.0.1 ROOT 6.21/01 I have libROOTTPython, not libPyROOT :(  Any plan to update? How I can help? :)
This problem arises when you want to import rooypy due `rootpy/utils/quickroot.py` which dependes on `ROOT.module._root`. The problem is that `_root` is no longer available in versions newer than ROOT 6.18.00...
Hi, sorry for this late reply. I will try to fix this in the next days, if you can make a PR before of my fix, it would be great!
I will try to fix this in the next days, if you can make a PR before of my fix, it would be great!
Hi! I have been working a vscode extension([Open VSX](https://open-vsx.org/extension/dynova/vscode-lark-parser), [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=dynova.vscode-lark-parser), [Github](https://github.com/dynovaio/lark-parser-vscode)), badsed on the original extension from [lark-parser/vscode-lark](https://github.com/lark-parser/vscode-lark), which provide icons for lark files and other useful features. ![Lark...
Hi! > You ended up committing a lot of unrelated files, where you only changed the white-space. It makes is really hard to look at the diff and understand what...