satoren
satoren
If you allow for hide by key string duplicates, remove `if (lua_type(L, -2) == LUA_TSTRING)` and use [luaL_tolstring](https://www.lua.org/manual/5.3/manual.html#luaL_tolstring) for key.
Probably yes. The function that is crashing is coming from[ WebRtcServer PR](https://github.com/versatica/mediasoup/pull/834).
Not yet, I just updated from 0.9.3 to 0.10.0 and changed the type ListenIP that causes build errors.
Probably doesn't help, as the C++ symbols seem to have been lost. ``` (gdb) bt full #0 0x0000fffe09549b4c in non-virtual thunk to RTC::WebRtcTransport::OnIceServerTupleRemoved(RTC::IceServer const*, RTC::TransportTuple*) () at library/std/src/sync/once.rs:494 No symbol...
I meant to say that I am not using the new features (WebRTCServer, etc.) in the version update. The Rust version had a slight type change, so the build did...
My solution https://codesandbox.io/s/distracted-ben-8xvb0s?file=/MessageButtons.js update state with [jotai](https://jotai.org/) ```tsx // create message wrapper const StackSnackbarMessageWrapper = ({ messageAtom }) => { const message = useAtomValue(messageAtom); return {message}; }; ``` ```tsx const...
std::tuple
It does not appear to be working here either. https://fontsource.org/fonts/noto-color-emoji
I am waiting for the next release too.
Duplicated with https://github.com/versatica/mediasoup/pull/1318