Adam Ryczkowski
Adam Ryczkowski
Today the last PC with BTRFS I own got stuck with this error forcing me to forget about the deduplication entirely... :-( Any luck with the bug? Maybe I can...
`uname -r` gives `3.11.0-12-generic`. I use Linux Mint 16 64 bit (this distro is based on Ubuntu Saucy).
Thank you for your comment. I've managed to do backup and use `make-bcache -B /dev/sda5` so at the moment, I don't need this patch right now.
I don't think it is necessary. Just include the headers in your `main.hpp` like that: ``` extern "C" { #include "arduino-serial-lib.h" } ```
I just started to write a D bindings for augeas as well (it is not published yet). So far, everything works and I am tempted to try writing the whole...
The second commit is a further optimization; it reads the `filter` parameter for the `"incl"` string. If found, it prevents augeas from loading built-in modules. This way the behaviour is...
Of course. Thank you for considering it.
How did you set up tmux-plugins using byobu? Can you share the secret ? ;-)
I tripped on https://github.com/tmux-plugins/tpm/issues/57. Your syntax ``` set -g @tpm_plugins 'tmux-plugins/tpm \ tmux-plugins/tmux-sensible \ tmux-plugins/tmux-resurrect \ tmux-plugins/tmux-continuum \ ``` was the only thing missing. Now everything runs fine. Thanks!
Definitely true. Personally I am for an extra dedicated function that loads R objects defensively. I have also started a [related discussion on Stackoverflow](https://stackoverflow.com/q/46947389/1261153)