Maxime Liquet
Maxime Liquet
As far as I can see this is only implemented for the version banner. See the x mark below: 
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
Just got hit by this bug too.
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.  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...