Hannes Breytenbach

Results 4 issues of 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...

jedi-issue

## 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 ![bar3d_demo](https://github.com/matplotlib/matplotlib/assets/5623552/c05197f6-2a48-452a-bd6c-3d69c14c2f14) **Code for demo:**...

New feature
topic: mplot3d
Documentation: examples