oglops

Results 4 issues of oglops

Newer mind map graph uses [lazy loading & async rendering features](https://mermaid-js.github.io/mermaid/#/mindmap?id=integrating-with-your-librarywebsite) which means I have to init mermaid similar to this ```js import mermaid from '/mermaid/mermaid.esm.min.mjs'; import mindmap from '/mermaid/mermaid-mindmap.esm.min.mjs';...

4.0 changelog says > (breaking change: you have to re-save to be able to properly restore!) But how do I migrate to 4.0 ? I suppose I need to load...

In maya 2023 ( python 3.9) f-string is not working when using `Send Python Code to Maya` **To Reproduce** Steps to reproduce the behavior: 1. open maya 2023 and open...

I am setting file association in vscode for *.mel to `c` as a trick to use all the features like `ctrl+alt+o` and jump to mel global proc definition by ctrl+click,...