Maxime Liquet

Results 828 comments of Maxime Liquet

As far as I can see this is only implemented for the version banner. See the x mark below: ![image](https://github.com/user-attachments/assets/66a2c8f5-68d5-4a8c-ad9b-5794bd5623b5)

Yes I also find the animation disturbing. Making the banner dismissible would be a nice feature. Though, at the moment, I might dismiss it more because I find the animation...

> New issue: it appears the `.parq` file in the `nyc_taxi` examples is no longer being read correctly by `fastparquet`. This is a problem I also got in https://github.com/holoviz-topics/examples/pull/369. The...

OK thanks for the report. It looks like the file cannot be read with pyarrow. We'll have to read it with fastparquet (for that dask-expr will have to be disabled),...

**Blocked** by https://github.com/holoviz/holoviews/issues/6468.

I'm subscribed to this issue and I don't think this has been implemented yet https://github.com/snowflakedb/snowflake-connector-python/issues/38

Param doesn't complain when the bounds of a `Range` Parameter is set with weird values. ```python import param class X(param.Parameterized): xlim = param.Range(bounds=('a', 'b')) x = X() ``` Same when...

I get this view when I run the code in https://holoviews.org/gallery/demos/bokeh/mandelbrot_section.html. ![image](https://github.com/holoviz/holoviews/assets/35924738/35aeda7d-fd5c-4751-aac5-ce8aa6b9f986) I was no able to run your code, it is incomplete. Please provide more details as your issue...

`ListProxy` was added in https://github.com/holoviz/param/pull/598. At the time all the Parameters were declared in the top-level `__init__.py` file, this object was added to that file. When Param was refactored and...