Michael Niklas
Michael Niklas
> Nice. Does it work on python 3.8? according to the docu it exists since 3.4.
Currently on mobile so cannot really check much, but could you ensure that it also looks nice in dark mode?
Yeah, maybe removing the white parts again and instead of using semi-transparent tiles, simply tiles with a lighter color?
Maybe having two versions is also ok? Alternatively, you can use CSS to change the color of the background to/from transparent to white?
I have noticed that you removed the spacing between the sides. Maybe it was too large in the initial version but I think no spacing is confusing, at least for...
See also https://github.com/pydap/pydap/issues/212
Should be solved when using pydap 3.3
> Not sure how this could be handled, but probably the easiest is to raise for cases like world.sel(lon=slice(170, 190)). One could split it into two calls to isel and...
The inheritance in the indexes is quite convoluted. Trying to fix the runtime issues concerning abstract methods missing opens another rabbit hole ... Don't know if I can fix that...
> There's an error around the abstract transpose method, which is causing lots of tests to fail, but that aside let's merge! I tried removing the abstract transpose method from...