Results 108 comments of David Mandelberg

How would you all feel if I just contributed a new subclass of https://github.com/grpc/grpc/blob/2fbc586e28dc957cabfa5b1c6776eb0f28e0a7c1/include/grpcpp/security/tls_certificate_verifier.h#L141 to both projects, and let you all hook it up? E.g., for syslog-ng, I think these...

Ok, I'll try to get to this some time in the next couple weeks.

Is https://github.com/axoflow/axosyslog/commit/5e3115256fbc543de97c51eaa2df866bef582091#diff-891857f1bf1c2b030df5d50cb7e10373135c420ea1da7647eb38ba03ddc6b567 a good API for this? Or would you rather it take an `std::vector` of strings like `SHA256:01:02:...`, or something else? I still need to figure out a few...

Doesn't look like it, I just tried again with the file from the git repo, which is the same as the file on my system: ``` $ LC_ALL=C.UTF-8 bash --norc...

> AFAICT the reason this fails is because "$cur" is empty in the case statement and the the `*` match then seem to expend files instead of matching against the...

> I believe this is the error we are hitting: > https://elixir.bootlin.com/glibc/glibc-2.41.9000/source/sysdeps/posix/ttyname_r.c#L89-L91 That doesn't involve `ioctl`, so I think it's somewhere else? I was looking at https://elixir.bootlin.com/glibc/glibc-2.41.9000/source/sysdeps/unix/sysv/linux/ptsname.c#L54 yesterday, but I'm...

I was able to reproduce the tty name part of https://github.com/tmux/tmux/issues/4421 outside of gvisor, so this ioctl error isn't actually relevant to any apps I'm using in gvisor anymore, as...

Motorola moto g7 plus. I noticed the issue when it was running lineageos 21 / android 14, but I just upgraded to lineageos 22.1 / android 15 a day or...

More details in case it's relevant: The music is on an SD card. And Auxio seems to reload the music every time I open the app even when the files...

Idea of something for me to try to debug this after the additional logging is ready: I think the last time this happened to me was when I was playing...