phipolis

Results 7 comments of phipolis

@crazy-max The recipients variables don't seem to be getting picked up as intended. I set the environment variable in docker compose as: ``` environment: - "DIUN_NOTIF_SIGNALREST_ENDPOINT=http://redacted/v2/send" - "DIUN_NOTIF_SIGNALREST_NUMBER=+redacted" - "DIUN_NOTIF_SIGNALREST_RECIPIENTS_0=+redacted"...

One thing that's caught my imagination about Flock came from the release announcement on the OWS blog: "What's next? For calendars and contacts, Flock just works on Android. But we’re...

@piksel That is a reasonable concern. One thought I had for a less invasive solution would be a prefix to disable the auto quoting and escaping, something like `$$rawdata=value` or...

What is the mechanism by which the `vagrant plugin list` test gives a different result when invoked in Chef than when invoked in pry or the command line? I could...

I just discovered the difference. Running `/usr/bin/vagrant plugin list` as root (or with sudo/rvmsudo) lists just the default plugin, while running as my user lists the plugins installed by madscience....

To illustrate @skywayskase's excellent summary: The Dockerfile sets these `ENV TRANSMISSION_*` with default values: https://github.com/haugene/docker-transmission-openvpn/blob/deebad02f47c144ec6551ad5c9fedb3359fb35b1/Dockerfile#L99-L104 `updateSettings.py` will always overwrite `settings.json` with values found in ENV vars: https://github.com/haugene/docker-transmission-openvpn/blob/deebad02f47c144ec6551ad5c9fedb3359fb35b1/transmission/updateSettings.py#L60-L96 So the only...

@paxcut As you say, it works as expected with type `char` instead of `u8`. Thank you for the suggestion! Here is a 512B sample file with a CRC at the...