snnz

Results 8 issues of snnz

This makes unnecessary to install `MSYS` manually and avoids the problem of the incorrect `make` versions in the `PATH`.

This PR handles m= sections reuse in Firefox by synchronizing RemoteSdp with the local description regardless of where the new transceiver's section is placed by the browser.

Due to solution to issue #104, SDP grows indefinitely in Firefox if multiple producers are created. Firefox implements closed m= sections reuse, but instead of first available closed sections, it...

### .NET version 6.0 ### Did it work in .NET Framework? No ### Did it work in any of the earlier releases of .NET Core or .NET 5+? No ###...

help wanted
:books: documentation
:construction: work in progress
untriaged

affmgr,cxx, lines 1605-1606 and 2234-2235: ``` else if (std::chrono::duration_cast(clock_now - clock_time_start).count() > static_cast(TIMELIMIT) * CLOCKS_PER_SEC * 1000) ``` The `TIMELIMIT` is defined as `CLOCKS_PER_SEC / 20`. Shouldn't it be `......

suggestmgr.cxx, line 2140: ` if (l1 && l1

For example, for the following markdown: ``` > [foo]: > /url 'the title' > > [foo] ``` Roundtrip renderer, that relies on those spans, produces this: ``` > [foo]: >...

bug
PR Welcome!

Noticed this while looking at the test samples in #839. CommonMark spec states that a list item can begin with at most one blank line. [Example 280](https://spec.commonmark.org/0.31.2/#example-280) demonstrates this. ```csharp...

bug
PR Welcome!