Marçal Gabaldà
Marçal Gabaldà
In a Debian 8 machine I can reproduce it, both with `pdf-view 0.50.0` (with `Atom 1.8.0`) and `Firefox 47.0.1`. I also realized that zooming in and out to the pdf...
Uops! Ok, I see I really misunderstood the `hue_norm` parameter. Then I would not worry about checking the validity of a parameter that will be ignored anyway, not worth the...
> I don't think hue_norm is especially useful in the histogram context (though perhaps moreso for univariate histograms), but it is part of the core hue mapping API and currently...
(Sorry for the silence, busy days) The option I can think of would be to avoid passing `vmin` and `vmax` to pcolormesh when `norm` is present/not None. Then, it would...
Quite annoying issue, specially in large organizations where one does not have direct access to the google profile configuration... I created a [PR](https://github.com/cevoaustralia/aws-google-auth/pull/230) to try to fix this. Happy to...
Still valid for 1.10.0. Also, a simpler example that reproduces the crash in my case is ```python from typing import Protocol, Self class MyProtocol(Protocol): __name__: str def __call__( self: Self,...
Any update on this topic? The proposed code doesn't seem to work with jupyter lab. I get a `Javascript Error: IPython is not defined` error, that seems to be [expected...
My use case is sharing a project, that doesn't have any explicit `index-url` or `extra-index-url` configured, between two setups: 1. one that has some `index-url` configured at the user level...
You can reproduce the issue using this [uv.lock.txt](https://github.com/user-attachments/files/17339212/uv.lock.txt) and [pyproject.toml.txt](https://github.com/user-attachments/files/17339211/pyproject.toml.txt) files (removing the `.txt` suffix that githubs requires to upload them) The situation is essentially equivalent (URLs in the lockfile...
Oh, I see. Even if I see the desired behavior makes sense, it seems a behavior a bit confusing for a default value. In general I'd expect that defaults imply...