Mark Logan
Mark Logan
@pepve FYI I merged this code into https://github.com/mlogan/squeakeasy and published the fork as a new npm module called `squeakeasy`, since this one appears to be truly abandoned.
I have also been bitten by the bug described above, although for me it is occurring in `RTCPeerConnection::GetTransceivers`. I sadly don't have a minimal repro (it happens during a load...
Interesting. I switched to tsl::sparse_map from absl::flat_hash_map, which was transparent except that I had to add: const_cast(&(it->second)); in one spot, due to this issue. So absl::flat_hash_map doesn't present this difficulty...
Hey everybody. I have forked this repo to https://github.com/mlogan/schematzah, upgraded all dependencies, made some tsconfig changes, switched to yarn, and pushed the result as the npm package `schematzah`. I don't...