Results 7 comments of fox34

Please note that since fst 0.9.8 the new package `fstcore` must (also) be installed with the [abovementioned lines in `Makevars`](https://github.com/fstpackage/fst/issues/263#issuecomment-996324626): ```R install.packages("fstcore") install.packages("fst") ```

> Just to follow-up on my comment, one has to install `fstcore` from source: `install.packages("fstcore", type = "source")` N.B.: AFAIK, install from source should be the default for most installations....

Have you tried incrementally reading parts of the file? E.g. ```R read_fst(path_fstfile, from=1, to=100) read_fst(path_fstfile, from=100, to=1000) read_fst(path_fstfile, from=120534468) ```

I made the requested changes, however: > Please investigate which modes are supported by the device. How would I do this? The device can be toggled between automatic and manual...

Context, as stated in [the homebridge guide for upgrading to 2.0](https://github.com/homebridge/homebridge/wiki/Updating-To-Homebridge-v2.0): > `BatteryService` has been removed in favour of `Battery`

I don't see these menu entries either. It should however be possible to change the settings directly in the `config.json`, [as described in the docs](https://docs.mattermost.com/configure/compliance-configuration-settings.html). For the user picture upload...

Replacing the version number with the latest release in the `compose.yml`, followed by a `docker compose pull ; docker compose up -d` is generally sufficient. Self-building is not required, unless...