Tim de Jager

Results 280 comments of Tim de Jager

So strange.. Can you give the `pixi shell` timings? Do you have any setting in the pixi global configuration?

Only other thing I can think of is using a sampling profiler for debugging.

[https://prefix.dev/channels/conda-forge/packages/samply](https://prefix.dev/channels/conda-forge/packages/samply) is a good profiler to try out. A `pixi global install samply` should work. Some usage instructions for samly are here: [https://github.com/mstange/samply](https://github.com/mstange/samply)Might be that you need to use a...

Thanks for giving it a go, looking forward to what will turn up!

There was a PR on the suite I made: https://github.com/prefix-dev/pixi-build-testsuite/pull/91 And for a real-world test you can try my PR on PlotJuggler. Can find the link if you want but...

I looked at the changes :) is now the preferred_source an alternative to the build_source or is it only used for the pinning during a pixi update?

> Nooo! It look like the windows test snapshots contain backslashes! Pffff, it was not converting correctly. Hope I pushed the fix now. This PR Is getting on my nerves...

Maybe we can patch the rattler versions in this PR? So we can see if CI runs and then change it back after a rattler release?

Hi @noamgot, unfortunately the best workaround is to manually install your package on top of solve group as is done in this example: https://github.com/prefix-dev/pixi/blob/main/examples/docker/pyproject.toml We would need to think if...