Iñaki Baz Castillo
Iñaki Baz Castillo
In the logs of our Electron based app, I see the following error in some users running macOS Catalina: ``` Command was killed with SIGKILL ``` It happens when calling...
It's unclear to me what to write into "background-image: url(....)" in my CSS files and also what to set in "options" "src" and "baseDir". My tree is: ``` myProyect -...
It would be super cool if the `Socket` class would include: * Ability to negotiate SRTP keys. * An API to send SRTP packets (and events for receiving them). Of...
Just wondering how sctp behaves regarding `stream.write()` method. According to the Node [stream.write()](https://nodejs.org/api/stream.html#stream_writable_write_chunk_encoding_callback) documentation: > Returns: false if the stream wishes for the calling code to wait for the 'drain'...
I'm getting the following **fatal** error. I don't know yet when/why it happens (on it). However, it's a **fatal** error because it's an internal unhandled "error" event, so it terminates...
According to the README: > ### new net.Socket([options]) > > * options [Object] > > For SCTP socketss, available options are: > > * ppid [number] Payload protocol id (see...
I always use the Node `debug` module as follows: https://github.com/versatica/mediasoup/blob/v3/lib/Logger.js It provides a constructor to set a sub-namespce (optional) and 3 methods: * `debug()`: prints to stdout. * `warn()`: prints...
Currently, as far as the parent component is rendered, the `RIEInput` component is also rendered so, even if the user was editing the input, the `RIEInput` assumes that the parent...
If a div's css has `position: fixed` and `bottom: 0px` and later it's called with `jQuery('#myFixedDiv').overscroll();` then it appears at the top of the page.
Build of applications using flatbuffers such as mediasoup (see related issue https://github.com/versatica/mediasoup/issues/1223) are broken on musl (such as in Alpine Linux) since version 1.11.0 and google@5f32f94 because `strtoll_l` (and `strtoull_l`)...