atlasfoo
atlasfoo
Solved by creating an `Diagram` inheriting class and redefining the `_repr_png_` method: ```python from typing import Optional from diagrams import Diagram class QuietDiagram(Diagram): def __init__( self, name: str = "",...
Yep, doing that worked fine. I've changed my default shell to zsh (using `chsh` because logging into zsh was not enough) and it worked fine. I could even boot into...
I found the problem. It was my custom configuration that I had in my `config.fish` file where I configured a custom prompt and stuff like that. It seems that when...
It seems that in version 0.12.4, with the upgrade of ramalama image issue will be solved, but no, it keeps failing with the same error. Anything has to be changed...