Dan Taranu

Results 7 comments of Dan Taranu

I see; thanks for clarifying. There does still seem to be an issue with the failure repeating in subsequent calls, though, as in: ``` import seaborn x = list(range(20)) seaborn.histplot(x,...

Oh duh, I thought at one point that the error was probably because I was trying to re-plot on already broken axes but somehow forgot about it. Thanks for clarifying....

@d-fay your fork points to the master branch's custom.css instead of your fork's copy; not sure if you intended that. But more to the point, can you change the cssPath...

I just ran into this issue and took a while to work out what was causing it. I gather the smart_holder branch is still not likely to be merged anytime...

I was having a similar issue with a `git-lfs` repo with only a few hundred files, albeit large ones. Manually running `git status` solved the problem (not sure how often...

I'm following along because I have essentially the same problem and would appreciate someone else coming up with a solution before I have to. I would strongly suggest at least...

My comment wasn't so much about how you use the config classes and where you put them but how you define them. A Config dataclass could look like: ``` @dataclass...