Erik Westrup
Erik Westrup
Hey, great that a new notification system is being developed, as of the state of terminal-notifier. I have two questions about the new notification system that is under development here....
@buschtoens thanks, this looked promising from the manual. Unfortunately the command ```console $ /usr/bin/open -g -j /usr/local/Homebrew/Library/Taps/homebrew/homebrew-autoupdate/notifier/brew-autoupdate.app ``` still shows the icon in the Dock in the same way. I...
@bjornfor Exactly! In bash, this would be as simple as using ```bash ${XDG_DATA_HOME:-$HOME/.local/share} ``` to use the default value for the data directory if the envvar is not set. +1...
I'm using this script now https://github.com/erikw/dotfiles/blob/personal/bin/ropevim_gen_conf_from_requirements_files.sh which is kind of silly. It has a static list of all standard python modules, then uses `find(1)` and `grep(1)` to get all included...
To save the `always` choice would make this plugin a lot more usable in practice! Would it maybe make sense to put a file at `${XDG_DATA_HOME:-$HOME/.local/share}/local_vimrc/security_settings.txt`?
Until this issue is solved, a workaround is ```bash export TRAVIS_CONFIG_PATH=${XDG_CONFIG_HOME:-$HOME/.config}/travis ```
Indeed it sounds like the very same think! That bug is reported about the same time I started to experience my problem too.
https://github.com/erikw/taiga-stats - Generate statistics from [Taiga](https://taiga.io/) (digital Scrum/Kanban board) and produce burnup diagrams, CFDs, dependency graphs and more.
It's an awesome plugin, I wish I had known about it earlier. Many thanks for creating it! Some more info below: References on recommended test file naming convention: * Minitest:...
FYI for more people landing here from Google searches: Here is how I do backup on a schedule using systemd services and times, instead of cron jobs. Also featuring email...