Maximilian Roos

Results 1172 comments of Maximilian Roos
trafficstars

FWIW having them empty for me doesn't work; so I have this to override the ones I don't use to a single shortcut I won't need: ```yaml # Adding some...

Yes, I do that when at my desk with Kinesis Advantage. But still an issue when on the mac keyboard

Sorry for missing the message above @epage. I just tried to repro and couldn't, so I think this is no longer an issue. Thank you!

I'm just discovering Bacon — so far, it's really brilliant. I had been building my own things with `watchexec` & `Taskfile` when this does exactly what I want and is...

One approach that works well — we use it in PRQL — is to add `.snap.new` and `.pending-snap` to gitignore. It comes with the downside of potentially being a bit...

Not sure how helpful a "me too!" comment is, but we're getting this with `typos-dict` in https://github.com/max-sixty/pytest-accept/pull/87/files. So to the extent you're considering harmonizing the version numbers (we do this...

Broadly agree with @jsignell, one dissent: > If user does not specify each of those 4 kwargs raise a warning indicating the behavior will change in the future and suggest...

> The documentation of Dataset.where only says "This operation follows the normal broadcasting and alignment rules that xarray uses for binary arithmetic." That could mention what this means in some...

Thanks for the benchmarks @nbren12, and for the clear explanation @shoyer While we could do some performance work on that loop, I think we're likely to see a material change...

You can always use xarray to process the data, and then extract the underlying array (`da.values`) for passing into something expecting an numpy array / for running fast(ish) loops (we...