Wolf Vollprecht

Results 446 issues of Wolf Vollprecht

### Checklist - [x] I added a descriptive title - [x] I searched open requests and couldn't find a duplicate ### What is the idea? Installing explicit lockfiles with rattler/py-rattler...

This adds a "iife" config so that we can load the JS file and access rattler through `window.Rattler ...`. It works for my usecase in Retool, although I am not...

I think JS tests are currently broken. Let's see.

This would help a lot when installing explicit environments, because they usually come with `md5` hashes (from the old days...). The environments look something like this: ``` # This file...

# rattler WASM We would love to have a WASM build of rattler. We have a prototype, but it has a lot of rough edges. A fully functional WASM build...

Catching us up before the dependabot does. `nom` is still breaking, as is `generic-array`.

This is a new idea for Conda packages. I imaging that for compiled packages, having flags can be quite useful. For example, a library like libarchive can be built with...

We currently have the following situation with regards to network retries: - We use the ClientWithMiddleware everywhere, and there can be a retry-middleware installed. - We cannot inspect the middlewares...

We did a bunch of improvements to make linking files faster. There are some speedups to be had when downloading files as well: I think we should download into a...

:rocket: performance