Hannes Breytenbach
Hannes Breytenbach
Is is possible to have colours defined via markup syntax evaluate lazily? For example: ```python from loguru import logger logger.opt(colors=True, lazy=True).debug('Hello {}', lambda: 'World!') ``` Currently this only resolves the...
```python TexSoup(''' \begin{table} \begin{tabular}{l >{$}r
Not sure if this is the right place to report this, but maybe you can point me in the right direction if not... In vscode with JediLSP, the following snippet...
## PR summary Fixes a long standing issue with z-sorting in 3d bar graphs. The demo below shows the fixed version on the left. Closes #13728  **Code for demo:**...