Alex Strick van Linschoten
Alex Strick van Linschoten
Go for it @anencore94!
Hi @felixthebeard! Thanks for posting this issue. I don't have an immediate answer for you, but I'll look into it and get back to you here when I've had a...
I found a half-way fix for this issue. At the beginning of `~/.emacs/init.el`, add the following line to disable signature checking temporarily: ``` (setq package-check-signature nil) ``` Then open Emacs,...
Probably the easiest way to implement some of these would be to do a series of `ColorOptions` definitions within the `color_scheme.py` file itself, perhaps like this: ```python # ... all...
@Liraim Thanks. Yeah I had actually thought I could just set it directly, but I was hitting some errors around that. I'll take another look later on and see if...
I tried it the way you suggested, but I get the following error when trying to instantiate the object: ``` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) /Users/strickvl/coding/evidently/test.ipynb Cell 1'...
Ah yes, you're right. The only part that remains a bit tricky is using a mutable default value. For `color_sequence` it seems I have to do something like this: ```python...
Pausing work on this until https://github.com/astral-sh/uv/issues/1526 is added / released.
@dudeperf3ct can you check the CI errors and update as appropriate? there's some linting issues and also some docstrings to be added as far as I can see.
@dudeperf3ct yeah that was sort of my idea. Either way works IMO, but some kind of an end-to-end example for this would be great that we can test in the...