3onyc
3onyc
Wouldn't this just work if you don't list them in `Bunchfile`? Perhaps to play nice with prune/rebuild/etc. add a `!vendor` flag in `Bunchfile` that indicates the package is managed manually.
1. What distro are you running? 2. What's the output of `journalctl -u ympd.service`?
Any news on this? Filenames (and the other mentioned issues) leaking information is a major problem. And unless it's clearly mentioned when creating an encrypted library may give people a...
If I recall correctly this depends on the sound card, for me it's currently a linear volume increase.
Adding this below [bin/phpenv-install.sh#L83](https://github.com/CHH/phpenv/blob/1fb9e9ed5ad26ed5dfbaeba1d389bbe452ea8b9c/bin/phpenv-install.sh#L83) should do the trick: ``` bash sed -i -e 's/RBENV_VERSION/PHPENV_VERSION/g' "$PHPENV_ROOT"/libexec/rbenv-* ``` Keep in mind that [phpenv-composer](https://github.com/ngyuki/phpenv-composer.git) assumes it's RBENV_VERSION so you'd have to fix that...
There's a few issues about this open on the marked repository, that also show how you could add it yourself: chjj/marked#689, chjj/marked#263, chjj/marked#107
The create project API requires a `namespace_id` and so far there doesn't seem to be an API endpoint that can convert a namespace name -> id, which makes this difficult...
Just tested on Ubuntu 14.04 with the latest version and a custom GitLab server. When there's no auth token a prompt appears to enter one, `git lab auth` also works...