Wolf Vollprecht

Results 506 comments of Wolf Vollprecht

OK, unsetting `ARCHIVE_EXTRACT_SPARSE` seems to fix everything! :tada: sorry for the noise :) I'll check if we need that flag ... probably not.

I think there is still potential to optimize the number of write calls for the extraction of sparse files. Firstly, the TODO comment indicates that the `block_size` is set pretty...

Hmm, well I am no expert on writing sparse files at all, but I checked the code of `xz` which also supports writing sparse files and it seems to only...

yep, that sounds correct! :)

Hi @zmk5 I think it would be better to fix this in pluginlib (https://github.com/ros/pluginlib/blob/9fecba30c6e388024bc14137b53694b4e555696f/pluginlib/include/pluginlib/impl/filesystem_helper.hpp#L39-L49 ). One could add a check for the OSX deployment target ... There are a bunch...

@zmk5 I opened an issue here: https://github.com/ros/pluginlib/issues/215 maybe we can get that sorted out in the future. We got quite some ROS packages for Foxy on the robostack channel now,...

Am I correct in the understanding that the problem is that the `source` code is somehow missing when building the second variant?

I think there are some social aspects we should consider, too: - the micromamba package is also used in the Miniconda and Mambaforge installers that are owned by `conda-forge` -...

You should remove your token! :) Regarding the environment.yml - it might only work with `micromamba`. Or if you want to try something newer and easier, you can give `pixi`...

PS: I redacted your token but you shold still rotate it! I believe people can see hte edits on Github