Ben Mares

Results 675 comments of Ben Mares

For the record, on Linux when a supported device is connected, copy-paste of text from LibreOffice works as expected. Note that the font information (font, size, style) is not pasted,...

I'd expect Zadig to be much simpler than installing LInux. Regarding a Linux distro I don't have any particular recommendations, but below is what ChatGPT says: --- For old hardware...

> My Dymo printer is connected and ready, Model Label Writer 450 ? Ah, this is new information. Unfortunately we have no confirmed reports yet that Dymoprint/Labelle works with the...

I should add @aseyboldt's CUDA stuff here too. But that shouldn't block us from reviewing the rest of this.

Just to clarify, is everyone here running on Linux? Setting `TBB_CXX_TYPE` could in principle be done as part of a custom Conda activation script, and I could help with this...

That's consistent with what I was seeing.

I'm not so familiar with the intricacies of this GRIB, and I don't know if eccodes is using semver, but it seems to me like there's a breaking change in...

I looked into pinning eccodes, and the situation is pretty messy. It's not a direct dependency of kerchunk, but rather transitive through `cfgrib`, and that itself is only an optional...

This is occurring in the CI for conda-lock here: https://github.com/conda/conda-lock/actions/runs/11086935473/job/30805084475?pr=713 We are running conda-lock from the Bash shell on Windows, installing from a unified conda-lock.yml lockfile. The corresponding line in...

~For people hitting this in GHA via setup-micromamba, this appears to be fixed, at least in my case, by upgrading the workflow to use `@v2` of `setup-micromamba`.~ Apologies, I was...