doc75
doc75
In the FIT File Types description, in FIT message `activity` we can find this description for `local_timestamp` > Timestamp epoch expressed in local time. Used to determine the time_zone or...
Currently when a time stamp is having a value less than 0x10000000, it should be expressed as system time based on local_timestamp (for example in activity message). I was thinking...
This PR is fixing #124 by allowing to change when launching the container the memory_limit of PHP. It is providing the run-time option that was suggested by @djmaze in https://github.com/wallabag/docker/pull/125#issuecomment-430819486_...
Hello, Looking at the documentation here: https://docs.nextcloud.com//server/18/admin_manual/configuration_files/external_storage/openstack.html It only shows how to configure Openstack v2, not Openstack v3 (supported at least since NC16). I was not able to find the...
The services install script was removing the `.pkgver` file after it has been created, therefore preventing the uninstall to work. With this fix I was able to uninstall Services. For...
It probably fixes also #101. If somebody needs a build with this fix let me know.
Log can be activated by creating a file named `plop-reader-activate-log.txt` at the root of the mounted disk of you reader.
PHP 8 does not provide anymore `fgetss` function. I propose to replace it with `fgets` and then to use the strip-tags function on the returned string. Let me know if...
I just tried to install the version 0.9 on a machine that had v0.8 (not sure if it has an impact). Here is what I did: - `wget https://qwerty-lafayette.org/layouts/lafayette.toml` -...
**Description** When running a state `augeas.change` with salt-minion 3006.11 it fails with this message: ``` ID: Function: augeas.change Result: False Comment: State 'augeas.change' was not found in SLS '' Reason:...