snnz
snnz
With the Transceivers API, track.ended event is only triggered when the corresponding transceiver stops. This does not happen when tracks are removed with removeTrack (or removeStream). By the way, the...
I tested it from a local tar obtained by `npm pack`.
Unfortunately, I do not know Rust at all. But since it is not a big task, I've tried to write something similar to the Node version looking at the examples....
`cargo fmt` is done. But as to the `nproc`, I believe, `NUMBER_OF_PROCESSORS` environment variable should be used instead in Windows as more reliable (`NUM_CORES=$NUMBER_OF_PROCESSORS` in `cpu_cores.sh`)
I have added it to the PR, since whether `nproc` exists somewhere in MinGW or not, this subset of MSYS definitely does not install it.
Yes, I suppose so. Github's ci runs without problems, and I also use it successfully to upgrade mediasoup in my dev system.
But this re-roll, it is totally incorrect. The purpose is to make sure that fixed index is NOT used if the tree is sorted, not vice versa. See the original...
I've submitted a possible fix as PR #8774; it is very simple.
This is rather complicated. Here is what happens. For mixed-case words, Hunspell adds hidden title-case words to its internal table. It uses them to check upper-case input words. For example,...
There is an explicit rule in the [specs](https://github.com/xoofx/markdig/blob/master/src/Markdig.Tests/Specs/PipeTableSpecs.md): > But if a table doesn't start with a column delimiter, it is not interpreted as a table, even if following lines...