Saúl Ibarra Corretgé
Saúl Ibarra Corretgé
Title says it all.
Once released: https://github.com/electron/electron/pull/30702
Replace require's with import and make it `type: module` in package.json. This will allow us to strop adding exceptions for it in webpack config and tree-shaking should just work. We...
Sounds like a useful little thing to have builtin.
``` ../../zsrtp/zrtp/zrtp/ZrtpPacketCommit.cpp: In member function ‘void ZrtpPacketCommit::setNonce(uint8_t*)’: ../../zsrtp/zrtp/zrtp/ZrtpPacketCommit.cpp:36:43: warning: argument to ‘sizeof’ in ‘void* memcpy(void*, const void*, size_t)’ call is the same pointer type ‘uint8_t* {aka unsigned char*}’ as the...
Hey there! I ran into your project while trying to find a replacement for ruby-hocon, in order to save the runtime dependency :-) Have you ever thought of making a...
It was introduced in Vista, so we can assume it's always there now.
:wave: Recently started to see this, I guess it might have come with a Clang update since the code hasn't changed... ``` D:/a/txiki.js/txiki.js/deps/wasm3/source/./m3_compile.h:140:40: error: size of array element of type...
Adds UVC camera support to Android.