Nicholas Guriev

Results 14 comments of Nicholas Guriev

@andy-shev > Makefile.in mustn't be part of repository That's not dogma. There are several approaches to Autotools with version control systems. See comparisons: 1. https://www.gnu.org/software/automake/manual/automake.html#CVS 2. https://www.gnu.org/software/gettext/manual/gettext.html#Files-under-Version-Control

@andy-shev but your link says nothing about version control systems. Why do not you admit a workflow with generated files in Git? It is discussed in Automake docs.

@john-preston You have [unconditionally blocked][1] OpenGL acceleration on NVIDIA drivers. Could you please add an option for experienced users to reenable GL who encounter no any issues with the drivers?...

For some reason, in GCC 11 `reflect.unsafe_New` function was renamed to `reflect.unsafe__New` with two underscore. Compare: ``` mymedia@freesia:~$ nm -D --defined-only /usr/lib/gcc/x86_64-linux-gnu/10/libgo.so | grep 'unsafe_*New' 0000000000f05d00 T internal..z2freflectlite.unsafe_New 0000000000f05cc0 T...

What time zone is the server in?

I hope your implementation will contain a special flag of build system (CMake / gyp / etc...) so anyone can easily modify branding stuff.

Telegram published [TDLib](https://core.telegram.org/tdlib), a separate library for MTProto. What do you make of it? Will you use it instead a local module from Telegram Desktop?

I think this feature could be implemented in a separate plugin, but first a plugin system should exist. xD

@loqs Where the FIPS_MODE macro you refered can be possible defined? I see ancient versions of OpenSSL used OPENSSL_FIPS name. https://github.com/openssl/openssl/blob/OpenSSL_1_1_0-stable/crypto/o_fips.c#L17 Moreover, since version 1.1.1 the FIPS_mode() function always returns...

Should I open MRs to submodules as well?