Felix Bartels
Felix Bartels
This sounds like it could be solved by https://github.com/t2t2/obs-tablet-remote/pull/79
Hi, isn't this what should already happen in https://github.com/Red5d/pushbullet-bash/blob/master/pushbullet#L390 ?
No, your example breaks for me as well, but the problems are not the quotation marks, but rather the escaping of those. As `tr` also removes other unprintable chars, I...
@Haxy89 I am not really familiar with zsh, but the exit 1 can originate from the fact that you should call pushbullet-bash like ./pushbullet and not ~/pushbullet. As @idefixx said...
I played a bit with the following approach some months ago, but never pushed it upstream: https://github.com/fbartels/pushbullet-bash/commit/d35d967fb2f9b0912c8ab7c35eb7fb8acf2cf672 Can you see if that does the trick for you as well? Then...
Yes, thats my experience as well. If you turn to places like stackoverflow, you get a lot if answers suggesting to implement it like it is in the current pushbullet-bash...
An alternative to gomplate could be https://github.com/jwilder/dockerize
> And they need to be in the following order for slaptest to compile: have you tried naming your files like 01microsoftattributetype.schema, 02microsoftattributetypestd.schema ... ?
In my setup I have the following environment variables set to enabled the read-only user: ``` - LDAP_READONLY_USER_PASSWORD=${LDAP_READONLY_USER_PASSWORD} - LDAP_READONLY_USER=true ```
Not quite sure (I did not look at the code), but it may be that this is only applied when initially starting the container with an empty data directory.