Mark Roberts
Mark Roberts
I'm posting here because I have the same versions of cabal and ghc, but a different error after line `src/Distribution/Dev/CabalInstall.hs:118:3:`. ``` $ cabal --version cabal-install version 1.16.0.2 using version 1.16.0.3...
In my case, I had both `template-haskell-2.7.0.0` and `template-haskell-2.8.0.0` installed (noticed this when trying to build an unrelated project and `ld` gave duplicate symbol errors). Did the following to get...
@LeaVerou > Regardless of the characterization of these arguments, it's a false sense of security, since this is possible today by wrapping `addEventListener`. There are libraries that do this. However,...
@LeaVerou a mechanism like `stealth` would be useful 👍 I am happy so long as there is at least an opt-out. > Although I'm not sure why anyone would call...
This will vary greatly based on deployment, cloud provider, firewall rules, etc.
Based on [True End-to-End Encryption with WebRTC Insertable Streams](https://webrtchacks.com/true-end-to-end-encryption-with-webrtc-insertable-streams/), it looks like not. > The Insertable Streams API operates between the encoder/decoder and the packetizer that splits the frames into...
It was suggested in one of those threads to [open a bug and/or ask on discuss-webrtc](https://github.com/webrtc/samples/issues/1227#issuecomment-599425535). I don’t see any such bug linked, and I’m on my phone ATM so...
Waiting for clarification on some node-addon-api behavior [here](https://github.com/nodejs/node-addon-api/pull/869).
Thanks, @3Dcube! Aren’t we missing some declarations, though? For example, RTCPeerConnection’s standard `addTrack`, `addTransceiver`, etc.? I don’t see this in the types file. And any chance we could inherit/extend from...
Yes, I believe we just need to update the engines property in package.json. There shouldn't be any reason we can't run in Node 15, since we target N-API.