Maxime Liquet

Results 316 issues of Maxime Liquet

In a hierarchy of classes having class attributes, updating the class attribute in a super class is seen by the subclasses. Below `B.p` resolves to the updated value of `p`...

type-bug

Diamond inheritance occurs when a class inherits from two classes, themselves inheriting from a common class. The example below shows how this is handled by Python. In this example the...

type-bug
doc

`param_union` was added in https://github.com/holoviz/param/pull/256 before Param had a website.

doc

They've all been added in https://github.com/holoviz/param/pull/317 before Param had a website. Across the HoloViz code bases I've only found one usage of `parameterized_class` in Panel: https://github.com/holoviz/panel/blob/8e6798cc0f1cde5232b9a808ebecf00b5683fd0c/panel/depends.py#L29

doc

When the validation of a Parameter fails before it's bound to its Parameterized class the error message doesn't report the class name and instead reports `None`. Running the example below...

type-bug

The [docs on Lists](https://param.holoviz.org/user_guide/Parameter_Types.html#lists) say that: > Because List parameters already have an empty value ([]), they do not support `allow_None`. However that appears to be not quite true? Is...

type-bug

[gmpy](https://code.google.com/archive/p/gmpy/) is on longer maintained, in favor of [gmpy2](https://github.com/aleaxit/gmpy): > GMPY and GMPY2 are C-coded Python extension modules that support fast multiple-precision arithmetic. > > GMPY only supports the GMP...

type-feature

I think the latest release of GeoViews partially broke the website, by pulling the latest dev version of Panel but not the latest version of Bokeh. As a consequence, Bokeh...

It'd be useful to be able to pass down options to style the tiles set up with `tiles=...`, with e.g. `tile_opts={'alpha': 0.5}`.

type: enhancement