Mateusz Kozak

Results 7 comments of Mateusz Kozak

Does not work for me either. Also Neovim. However, making a shortcut for the PencilToggle command (to Ctrl+P with `nmap :PencilToggle` for example) is a low-effort solution that achieves more...

Same problem here. This change breaks enough things to outweigh any advantages of updating beyond 1.11 in my situation.

FYI the internal API from https://github.com/streamlit/streamlit/commit/76eb7f0217802586c01ec6bd5c469ec811f91a5d works in 1.14. No hacking around garbage collection required.

Thank you! Let me know if you need more information.

This works, thank you. For reference, my code looks like this: ``` gb = GridOptionsBuilder() gb.configure_column( "URL", "URL", cellRenderer=JsCode(""" class UrlCellRenderer { init(params) { this.eGui = document.createElement('a'); this.eGui.innerText = 'SomeText';...

@PablocFonseca not to nag but [Pandas 2.0](https://pandas.pydata.org/docs/dev/whatsnew/v2.0.0.html) will remove the deprecated `.iteritems`, so we can expect `streamlit-aggrid 0.3.3` to break sometime in March.

Which Python are you using? I just found this via google trying to diagnose the same issue, turns out I had 3.12.5 installed which is not supported by black since...