Alejandro Domínguez

Results 11 comments of Alejandro Domínguez

By reading the source code of Synapse, I see that it can be `inline; filename=""` and use the `filename*` directive. So those cases should be covered as well.

I don't get what is this actually for and how it differs from a tag-based approach in that sense.

The current recommended interface is exposed through `/dev/gpiochip*` character nodes.

Same here, tried everything and even downgraded to 5.10 legacy kernel. They say that version has the best hardware support but I call BS. Specifically Bluetooth did not work either....

I was about to comment that I suggest to upgrade to C++17 given that it is stable since GCC 9.0 if I recall correctly, unless **very** old distros are a...

> Our Linux CI systems (Intel and ARM) use `gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516`. This way there is backwards compatibility to Ubuntu 16.04 (old libstdc++.so.5) and Raspbian for the RPi....

I have two other commits that require C++17. I think all these should be grouped up in single PR with the sole topic of C++17 improvements for when the upgrade...

I just used regex pattern matching for batch replacing occurrences across all files. I did it in a bit of an ad-hoc way because there were stylistic differences. So there...

I got this in a mergeable state for users of the old `SignalN` classes without requiring them to upgrade instantly, and with no requirement for C++17. I extracted that bit...