Thane Gill

Results 7 comments of Thane Gill

As @askedrelic said. It maybe a small addition but a large feature for those of us using Team Drives.

@adampaulsen Pass them when starting the docker container: Example: ```bash docker run -d \ -p 5801:5800 \ -p 5901:5900 \ -e DISPLAY_WIDTH=1920 \ -e DISPLAY_HEIGHT=1080 \ -e IDRAC_HOST=192.168.0.100 \ -e...

I see that some of this is a duplicate of #8 @StefanLage Can we please have one of these merged!

You can add options `StandardErrorPath` and `StandardOutPath` under `launchd.daemons.nix-gc.serviceConfig` to get launchd to log stdout and stderr direct logging to a file. Or the following command with print stdout and...

@Herz3h This is what you want: ```vim autocmd FileType jinja setlocal commentstring={#\ %s\ #} ```

Passing [`class_body`](https://www.attrs.org/en/stable/api.html#attrs.make_class:~:text=class%20will%20subclass.-,class_body,-(dict)%20%E2%80%93%20An)`= {"__doc__": "doc string"}` to [`make_class`](https://www.attrs.org/en/stable/api.html#attrs.make_class) seems to set the doc string correctly.