-
VS2019 since 16.3 has deprecated std::experimental::filesystem with #error in the corresponding header making the compikation fail.
With this small patch it's working:
```
--- a/nmos-cpp/Developm…
-
Running the test tool (at the time of writing commit 3dceff520ae0181c10dff9d02b90674d4739370f) I get the following warning:
![image](https://user-images.githubusercontent.com/10929317/73540713-f18e…
-
https://wechatscope.jmsc.hku.hk/api/html?fn=gh_1aecabdf0add_2020-12-16_2247505463_XilWT80tJd.y.tar.gz
-
I encountered a dependency issue today. Here it is
![image](https://user-images.githubusercontent.com/61016421/75045274-0a402f80-54d4-11ea-88c8-66235d569fc2.png)
What is this **mint** library?
Any …
-
Related to #24.
Regex for these properties is currently: `^(?:0.|[1-9][0-9]*[.])?[0-9]+[kMG]bit\/s$`
This seems to be intended to allow integer or decimal numbers with no leading zeros.
However…
-
From a [recent CI run](https://travis-ci.com/AMWA-TV/nmos-authorization/builds/149419708):
```
$ make lint
.scripts/lint.sh
Linting Markdown...
.scripts/README.md: no issues found
README.md
…
-
https://github.com/AMWA-TV/nmos-testing/blob/0c7213774a723cbf0dcf2df0f98fe25cc1297a39/test_data/IS0502/video.sdp#L8
based on https://github.com/AMWA-TV/sdpoker/pull/5
-
skill functions like `paramAnalysis`, `selectResult` returns `stdobj@0xHEXNUM` type object which skillbridge is not able to recognize. When I use these skill functions using `ws['paramAnalysis'](...)`…
-
I believe that ST2110-10 specifies that it is not optional to include the PTP domain in the `ts-refclk` attribute of a PTP clock that's not using the `traceable` form.
SMPTE ST 2110-10:2017 Section…
-
Is there a reason token_error_response.json isn't identical to the error.json schema used in other specs? Or if OAuth 2.0 spec requires more info, could it extend error.json with additional properties…