Tomaz Maia Suller

Results 43 comments of Tomaz Maia Suller

I'm not sure if this is an issue with the module itself, but it seems that the `gitstatus` and `gitstatus_branch` parameters do not affect rendering in any way. @springcomp I've...

If this is even relevant anymore, @bfgdigital could you explain your reasoning better? I might be able to help you, since I adapted this code recently to generate some art...

@franciscouzo could you take a look at this?

It'd add another dependency, but I adapted this code to use Numpy to check if the motive overlaps with the image. In my code, I called the motive `draw_over_image`, but...

I'm sorry for coming back on an old thread, but this has left me confused: what is the purpose of the `jupytext` `pre-commit` hook then? I mean, I think I'm...

Hi @mwouts. I made this comment thinking about two possibilities for using `jupytext`, one I found in a personal project and another at the company I intern at: 1. You...

@JohnPaton in this situation though, adding both the `py` and `ipynb` could create merge conflicts on the `ipynb` files, couldn't it? The hook fails if you just stage the `py`...

I have tested some other zsh themes and all of them had the issue with disappearing text for commands that were too long, so this might actually be an issue...

We stumbled upon this bug when running `pylint` through `pre-commit`; in that case, we worked around this issue by running `git commit --no-verify` when changing `settings.py`, in case anyone else...

I suspect some incompatibility due to versions of system or other Python packages could be to blame, since I'm running EndeavourOS (rolling release, Arch-based) with Python 3.12.3. I tried downgrading...