Results 5 issues of Cilyan Olowen

First, `...` is not a "valid" path under Linux (it would create a `...` folder, which is a hidden folder, so probably not what we want). Then, `CMAKE_INSTALL_PREFIX:PATH` seems to...

type: question
docs

### Observed behavior When developing using ccls on VSCode, ccls sometimes crashes and cannot be restarted. A stack trace is generated in the log window. It looks like this happens...

I moticed that the error is incorrectly formatted when one raises a ValidationError from a pre/post decorator. For example I have this in my Schema: ```python @post_load def merge_dates(self, data):...

Added protocol for SmartWares "learning" plugs. These are plugs, seemingly mostly available in Europe. The plugs can be associated/disassociated from the remote. They can associate several remotes. The code is...

Ease the distribution of the library by using standard tools for configuration and build. Using autotools makes it easy to streamline the distribution process and provides a familiar toolset to...