Radu Hociung

Results 20 comments of Radu Hociung

Maybe relevant: I get the same error, and I use VSCode Insiders to edit a project via Remote-SSH to a brand-new VM with an Ubuntu installation. When I edit the...

Using the "key=******" syntax generates the wrong (and static) totp for me, but using only the "******" in the value field works correctly. Also, the secret key cannot include spaces,...

> Do you have a sample that inserts secrets in `key=`? @belaviyo, the `key=` sample is in section 13 of the documentation at https://webextension.org/listing/keepass-helper.html This page is linked as an...

I've been watching the issues here as I would like to use etcd for a new project, and it seems to me that it is expected that memory usage increases...

> prior knowledge is pointless over HTTPS as then the negotiation is done before HTTP starts and with no "penalty". Without HTTPS you can avoid a round-trip if you know...

> > The TLS handshake can be avoided by using a saved ssl session. > > Correct, but that is entirely separate from this proposed change. libcurl already features a...

@genivia-inc - kindly don't close this issue, even if @alerque has not had a chance to make progress. I am working on a vscode extension integration autotools into the editor,...

With all respect for lessons learnt through navigation of the political currents of office life, sometimes there are technical reasons why prevailing consensus ought to be set aside in favour...

Re `SIMD_FLAGS` I assume you are referring to this change: https://github.com/Genivia/ugrep/compare/master...Mergesium:ugrep:autotools#diff-4cb884d03ebb901069e4ee5de5d02538c40dd9b39919c615d8eaa9d364bbbd77L2-R13 I am removing `SIMD_FLAGS` from the CPPFLAGS variable because previously/currently, as you've shown, it was used as both a...

Thank you, that explains the wonkiness, and lead to the relevant SO answer on [How to check the existence of NEON on arm](https://stackoverflow.com/a/26920837/7859025)