Maxime Liquet

Results 828 comments of Maxime Liquet

Thanks for reporting this, I agree it's a bug and it probably due to the recent-ish optimization work done to avoid calling `reset_index()`.

To be honest, I don't know if this should be supported? Isn't that going to teach the wrong thing to rx users? Passing an rx argument to a non-rx function...

Maybe yes. I'm not sure. Working on hv-anndata, I've been a bit lost with all the reactive APIs supported in HoloViz land (ending up using pretty much all of them...

This looks similar to https://github.com/holoviz/hvplot/issues/738 but I don't think quite the same issue. This works even if it takes a very long time to render: ```python coords.hvplot(geo=True, crs=cartopy.crs.epsg(coords.crs.to_epsg())) ``` I...

I would strongly suggest not calling this feature *Telemetry* as this is not doing what I usually understand as telemetry, i.e. a tool phoning home and often by default some...

> `pn2.Select(label="Fruit", options=["Apple", "Banana"])` Isn't this `pn2.widgets.Select(...)`?

> * `panel.v2` vs `panel.ui`: which namespace should we commit to? Would adding `panel.v2` coincide with a 2.0 release of Panel? > How aggressively should we deprecate legacy widgets once...

> I don't think we should be very aggressive, and we definitely want to keep both for a long time; something doesn't translate well between v1 / v2. More so,...

I read the roadmap update which helped me understand better the suggested migration path. It says at the end that for Panel 3.0: > **Theme**: Modern-by-default > - `panel.ui` becomes...

Not an actual issue indeed but as Marc I'd also prefer a light theme on a white page.