Christoph Wiechert

Results 146 comments of Christoph Wiechert

Easy to test with a custom virtual background with some text ;)

at least for centos its necessary to add: `/etc/dracut.conf.d/90-crypt.conf` ``` add_dracutmodules+=" crypt crypt-ssh " install_items=/etc/crypttab ```

Die Sache mit den Filtern ist leider etwas hacky (so wie die ganze extrem veraltete WebUI). Leider habe ich aktuell nicht die Zeit hier Arbeit rein zu stecken. Das "schön"...

Not as trivial as a on/off switch. I think about a button which opens a new "fullscreen" page some arrows to step up/down and some buttons to: go-back, set a...

Anything new here? I want to have subfolders in _posts too. **Edit** ```yaml new_post_name: :year/:title/index.md post_asset_folder: true ``` seems to do the trick

In my case I really don't want to have a sub-asset-folder `index`. The code to get the folder is here https://github.com/hexojs/hexo/blob/master/lib/models/post.js#L68 ```javascript var src = this.full_source; return src.substring(0, src.length -...

This is a good point I've stumbled over. We should introduce a `trap` and forwarding SIG(TERM|INT|KILL) to a potentiell running borg process and wait for it's termination and not only...