-
E.g. https://github.com/AMWA-TV/nmos-authorization/blob/dannym-refactor/APIs/schemas/jwks_response.json and https://github.com/AMWA-TV/nmos-authorization/blob/dannym-refactor/APIs/schemas/auth_metadat…
-
The Overview and Behaviour docs both refer to PATCH requests on the staged map endpoint. However, the RAML indicates POST is used.
Also need to check the wording about when activation mode is retur…
-
Here are my questions:
From your techSw_config_bsim3_180msr_spectre.m file:
Line # 22:
c.modelfile = sprintf('"/tech/tsmc/tsmc180/tsmc180_fengqz_flybackv1/tsmc180/models/spectre/rf018.scs" section…
-
I wrote simple script:
```
import numpy
import gdspy
import sys
filename=''
del sys.argv[0]
try:
filename=str(sys.argv[0])
except:
print('Must provide a filename')
exit()
for file in sy…
-
Building under OS X with Clang fails with the compilation and linker errors below. Fixing this was fairly straightforward: https://github.com/ncpenke/nmos-cpp/commit/84f048f13659fc9152a86b880ebb809ccc…
-
When the Grandmaster Clock ID is referenced in the SDP, the formatting needs to follow RFC 7273 and RFC 5234 subsequently, meaning that the GMID is written with capital letters.
Should IS-04 follow t…
-
Discovery mechanism currently defined uses DNS-SD via service type **_nmos-auth._tcp**. With the TXT records defined this allows URLs to be constructed of the form **{proto}://{host}:{port}/x-nmos/aut…
-
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 …
-
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…