Maxime Liquet

Results 828 comments of Maxime Liquet

> I can live with having to write a custom **init** function for now. I believe it would improve Param if this was documented as the recommended approach (for now)....

> The example should not raise an error because of required=True as you provide a parameter. > > But if allow_None=False it should of course raise an exception. Ok thanks...

We had a chat with Philipp, this feels like it needs a bit more discussion and is a pretty minor feature that doesn't necessarily have to be bound to Param...

This still needs more discussion and consensus, ObjectSelector is still heavily used and that might be for a reason? Moving to post 2.0.

Traceback from the shorter example above: ```python Traceback (most recent call last): File ".mltmess/issue_deepcopy.py", line 14, in copy.deepcopy(B()) File "/Users/mliquet/miniconda3/envs/panel38/lib/python3.8/copy.py", line 172, in deepcopy y = _reconstruct(x, memo, *rv) File...

`shared_parameters` wasn't deprecated in 1.x and was even documented. It will have to stay a little longer.

Still blocked by conda-build not available on 3.12, I don't want to spend time trying to create another job that uses pip only. It'll have to wait. xref: https://github.com/conda/conda-build/pull/4998

The *main* website has been re-deployed from this un-merged branch, it's fine again: ![image](https://github.com/holoviz/geoviews/assets/35924738/b5fdc226-dbae-47f3-9849-b44cdcfca1a2)

Just to let you know I've struggled with the same issue and to thank you for the work around ;)

Bugs identified and fixed when working on addressing this: - https://github.com/holoviz/hvplot/pull/1363 - https://github.com/holoviz/holoviews/pull/6299