Lukas Bindreiter

Results 37 comments of Lukas Bindreiter

We used the `.indexes` property to implement a workaround for serializing Datasets containing multiindices to `netCDF`. For this the implementation basically looked like this: (Inspired by and related to this...

@benbovy I also just tested the `get_unique()` method that you mentioned and maybe noticed a related issue here, which I'm not sure is wanted / expected. Taking the above dataset...

Thanks for the suggestions, I'll look into this `Indexes.group_by_index` and see if that is able to resolve our issue. And with regards to the (de)serialization: I haven't investigated yet how...

Is there any update on a stable `v2.0.0` release? Any issues in particular that are blocking right now, where contributors may be able to help out on?

@cetanu Thanks for the pointers, maybe I'll take a look at the issue you mentioned when I find some time. Would be happy to help out and contribute here if...

I like the suggestion of the `GetContext` api in the issue you linked, I think it could make a lot of sense here as well. ```go GetContext(context.Context, key K, opts......

Just did some more digging into the issue, since we encountered it as well. I took a look at the `opts` we receive here: https://github.com/executablebooks/sphinx-book-theme/blob/6601a2ff1e5a5d51d784f1e6cafd4ed11cb38c4f/src/sphinx_book_theme/header_buttons/__init__.py#L141 when trying out all of...

Oh yeah you're right, something like that would probably be a good solution then 👍

We are also using both `grpc` and `opentelemetry-python` and would therefore appreciate if Protobuf `v6` could be officially supported soon. I haven't tested it with the `otel` messages yet, but...

I just tested the GUI and I realized that a feature like this exists there in the Resize tab: I belive setting it like this achieves exactly what I'm after:...