nezu

Results 77 comments of nezu

Can confirm, I also have my journal spanned with the same exact error message.

A bit better solution: ``` ACTION=="add", SUBSYSTEM=="input", ATTRS{id/vendor}=="046d", RUN{program}="/bin/systemctl restart logid.service" ``` this will trigger **only** when a Logitech device is connected. The previously suggested rule will trigger on **any**...

any progress on this? The issue still exists. OS: Arch linux

Hi, I've noticed you added the `help wanted` label. What kind of help is needed? Essentially things that need to be done are: - [ ] Create a new npm...

I would also love to see this, OpenID Connect (OIDC) based SSO would be awesome

Shouldn't this issue be closed?

I have the same problem

maybe It would be nice to be able to specify what encoding to use instead. Changing the default encoding will be a breaking change. What about people that don't want/can't...

> It feels like this is a breaking change? yes, because currently, people are using the `Buffer.from(filename, 'latin1').toString('utf8');` trick. If we parse an utf8 string as latin1 it will spit...