Lukas Bindreiter
Lukas Bindreiter
### What happened? When upgrading to 2022.6.0.rc0 from 2022.3.0 I noticed a possible unexpected breaking change in the Dataset.indexes property. MultiIndices are now listed for each dimension they apply for...
Hi, I was skimming through the code a little bit, trying to figure out if there is support for a use case for locking just a specific `key` in the...
Hi, I'm using `caesiumclt` to compress my image library, and it works great so far. But since my phone camera (and I guess nowadays most phones do) takes really large...
Hi, This is a feature request to make the `network="tcp"` parameter used [here](https://github.com/fvbock/endless/blob/master/endless.go#L303) configurable. In our case we would like to use `unix` as the value here. Some Background: I'm...
```python class User: @property def profile_picture(self): return "img.jpg" ``` Right now the above gives the error: `FNE002 The method has a @property decorator, but has a verb in it's name...
I just ran into an issue in our CI pipeline (after upgrading to `uv 0.4.10`), which I believe was caused by this change: https://github.com/astral-sh/uv/pull/7318 I agree that theoretically it makes...