Alex Efros
Alex Efros
Thanks! SSL_CERT_FILE works (at least there are no more errors related to checking Redis cert on start).
Same here. Without this option I got this in kernel log: ``` kern.info: traps: Chrome_IOThread[10211] trap int3 ip:55da4ed7c649 sp:7f3b33571760 error:0 in Keybase[55da4c719000+6068000] ``` Gentoo Linux kernel 5.15.32, NVidia 470.103.01.
Any plans to add this interceptor?
First two items in above list cover case when decoder ignore existing values, last item cover case when decoder ignore missing value. First item is special because there is no...
> Once I get to issue #27 that should solve the unknown fields. To me it looks like people try/want to detect unknown fields because they think they'll get strict...
Here is initial version of strict validation: https://github.com/powerman/urlvalues At a glance it should be compatible with all decoder's features except Custom Type registration (I didn't tried to implement this yet,...
> if a struct and embedded struct have the same field, this will decode the value into both fields as there is no way to tell which you want Why...
> know if there is another field with the same name What's for? Why you can't just decode each value as is and let Go handle embedded fields for you?...
1. I believe this Gentoo package uses official binaries, look at https://github.com/gentoo/gentoo/blob/master/net-im/telegram-desktop-bin/telegram-desktop-bin-2.9.2.ebuild#L11-L12 2. Yes, disabling OpenGL helps, thanks!
> I have a 1050ti > > and now I actually got it fixed with OpenGL enabled by enabling pipeline composition iirc from nvidia-settings I've a GTX 1060. I've tried...