Fabre Lambeau
Fabre Lambeau
Is it time to work on a fork? The inability to use a version with some of those fixes is blocking me, if only because I can't publish my own...
Good to know. From the documentation in your repo, usage is exactly the same once installed? As for the name, I don't mind, but agree that something that makes it...
Hi @kotborealis, I'm confused by something. I uninstalled tabulate, and installed yours instead (tabulated). Following that, the code refused to run, with error `ModuleNotFoundError: No module named 'tabulate'`. I changed...
I'm using poetry (which creates its own virtual environment) So I "poetry remove tabulate", then "poetry add tabulated", then "poetry install" (for good measure), and then run the code after...
@kdeldycke did you manage to make cloup and rich-click work together?
Unfortunately the dependency constraints are strict. I used to have the SDK and CLI as separate packages and repos, but they’re so tightly integrated that I had to ensure the...
See https://github.com/InteractiveAdvertisingBureau/SIMID/issues/292
Does the custom tab assume JSON then? No way to push HTML to it and have it rendered (which would give me another way)?
Coming back to this topic. I note your last point: > We can support some built-in syntax highlighting from Monaco Editor, such as HTML, CSS, XML, .... which is easy...