Victor
Victor
### Describe the bug The value typed by the user is not entered, when the InputNumber uses a suffix, and the user has selected all the previous value by double...
``` Traceback (most recent call last): File "C:\Users\Victor\source\repos\nmos-testing-tool\nmos-testing-master\nmostesting\GenericTest.py", line 148, in execute_test self.result.append(method(test)) File "C:\Users\Victor\source\repos\nmos-testing-tool\nmos-testing-master\nmostesting\suites\IS0502Test.py", line 1045, in test_17 is04_clock = clock_map[source["clock_name"]] KeyError: 'clk0' * Running test_18 192.168.3.137 - -...
Hi. I found this exception when running the test_07 from suite IS-05 Interaction with IS-04. ``` Traceback (most recent call last): File "C:\Users\Victor\source\repos\nmos-testing-tool\nmos-testing-master\nmostesting\GenericTest.py", line 148, in execute_test self.result.append(method(test)) File "C:\Users\Victor\source\repos\nmos-testing-tool\nmos-testing-master\nmostesting\suites\IS0502Test.py",...
Hello. Maybe the question is a bit obvious but I would like to have it clear. Should these two endpoints return EXACTLY the same SDP file (as long as the...
Hello. I need to inform which versions of IS-05 and IS-04 an implementation support. If an application already implements 1.3.0, could it be considered that it also supports versions 1.3.1...
Hello. We have implemented v1.1.x version of IS-05 specification, but now we need to implement v1.0.x, apart from the [release page](https://github.com/AMWA-TV/nmos-device-connection-management/releases/tag/v1.1.0), is there any other list explaining in more detail...
Hi I just saw that the [Theme Designer Editor](https://designer.primereact.org/) is discontinued or somehow doesn't seem to work. What is the plan for this? In the future is it foreseen that...
Hi there, I need to add a custom function to the JSONFormula instance. While I have been able to define and add the function, I'm having trouble specifying the data...
First of all, great library, thank you for your contribution. However, I've noticed a situation that I believe is a bug. Custom abort signals throw the `TaskCanceledException` and do not...