Florian Knappers

Results 5 comments of Florian Knappers

Initially, I removed the **kwargs completely, but now I realize that shouldn't be the case. Firstly, this change causes the docs builder to crash since ipyleaflet parameters are added to...

Yes, I figured. That why I have this mapping: super().__init__( location=center, zoom_start=zoom, min_zoom=min_zoom, max_zoom=max_zoom, control_scale=scale_control, height=height, width=width, **kwargs, ) This seems to works, but the problem might be that the...

+1. Would be great!

Same issue here. I think it got introduced by the change from dims to xindexes in https://github.com/pydata/xarray/commit/2b947e94971e3fe82e6b73610c8d797e833ea567

@Illviljan , do you think the fix in https://github.com/pydata/xarray/pull/10954 is fine, or should we get this fixed upstream?