Maximilian Knespel
Maximilian Knespel
I added conky in `xfce4-session-settings` -> Application Autostart add with `conky -c /home/mxmlnkn/etc/conky.conkyrc` When logging in to XFCE using e.g. slim login manager (I think it shouldn't matter), then conky...
**Describe the bug** When still using `ParseAndAddCatchTests`, I had code like this to set multiple environment variables for running the tests: ```cmake list(APPEND _environment_vars foo=bar) list(APPEND _environment_vars f00=b4r) ParseAndAddCatchTests(${test}) get_target_property(sub_tests...
## Version of Singularity: 3.0.1 ### Expected behavior Would be nice if e.g. `singularity search --library https://singularity-hub.org/ debian` or `singularity search --library https://hub.docker.com/ debian` showed actual results just like: ```...
## Version of Singularity: singularity 3.0.2 ### Expected behavior Singularity should give a warning ### Actual behavior Singularity first pulls the image, mounts a file system and extracts the image...
Usecase: Mounting a TAR with a lot of compressed (single block and therefore not parallelizable) xz archives. Such data can be created by archiving logfiles that have been logrotated and...
The parallel xz decoder is fast but it doesn't bother thinking much about the used memory. It simply uses a block cache storing in the order of number-of-cores blocks of...
Since the very first version of ratarmount, it was able to work with recursive archives. But only with uncompressed TARs inside TARs inside TARs because this case is easy as...
https://github.com/mxmlnkn/ratarmount/runs/4421832722 ``` uname -a Darwin Mac-1638698273084.local 20.6.0 Darwin Kernel Version 20.6.0: Tue Oct 12 18:33:42 PDT 2021; root:xnu-7195.141.8~1/RELEASE_X86_64 x86_64 ``` The "Test Simple Mount" step hangs somewhere. Probably on ratarmount?...
There already is a `mod_full_paren_if_bool` option but it won't modify Boolean in assignments no in return statements and other things, which I'm currently forgetting. It would be nice if that...
It seems to me like `pos_constr_colon = trail` and `nl_constr_colon = force` are ignored in my specific case. Using `nl_constr_colon = remove` actually shows an effect but not the desired...