Ben Darwin

Results 19 issues of Ben Darwin

and specification via config file.

E.g., setting `num_threads` to 8 and using `loader = simpleitk` to read MINC2 files reliably causes a segfault somewhere in HDF5, while `num_threads = 1` is fine. The easiest thing...

This is perhaps not a 'fair' issue since Clang isn't supported by the Eigen bindings (https://github.com/owlbarn/eigen/issues/1), but despite this I was able to compile with the Clang in Nix-unstable on...

help wanted

This would be extremely useful in science/HPC contexts where Singularity is much more likely to be available than Docker. I'd be willing to do some work on this if there...

good first issue
type: feature request
help wanted

aka why R can't have nice things ... ``` iris %>% view(filter_l(.[names(.)[1]] > 7)) ```

I'm currently running into [this longstanding issue](https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1853977) on Ubuntu 20.04 with the following configuration: ``` - role: nvidia.nvidia_driver nvidia_driver_ubuntu_branch: 340 nvidia_driver_ubuntu_packages: [ 'nvidia-340' ] ``` I don't have this issue...

It can only accumulate by sum rather than mean, volume-weighted mean, etc. (in which case it's ambiguous whether it should be renamed...).

This is an instance of the usual issue of RMINC not preserving attributes, and results in, e.g., `mincWriteVolume` not working as expected due to class-based dispatch. For a workaround, try...