Farshid Tavakolizadeh
Farshid Tavakolizadeh
The TestCmd function only returns the exit code without passing information on what has failed. It is very useful to know `which ffmped` or `which ffprobe` are failing to go...
I use `additionalProperties` to define a dictionary as suggested [here](https://swagger.io/docs/specification/data-models/dictionaries/). When the dictionary value is object, the resulting markdown will have rows for `summaryAsHTML` , `descriptionAsHTML`, `generatedExample` with empty cells...
## Describe the feature The release packages include the binary distribution and the configuration file only. The license file is missing. ``` $ wget https://github.com/aler9/rtsp-simple-server/releases/download/v0.20.0/rtsp-simple-server_v0.20.0_linux_amd64.tar.gz ... Saving to: ‘rtsp-simple-server_v0.20.0_linux_amd64.tar.gz’ ......
I receive the following denial when running the `test-blink` on the v2.0.0 of the snap: ``` = AppArmor = Time: Feb 22 15:33:57 Log: apparmor="DENIED" operation="capable" profile="snap.matter-pi-gpio-commander.test-blink" pid=1961 comm="load-snap-optio" capability=2...
The Docker image and debian packages should include and use default validation schemas. In Dockerfile, those can be downloaded from upstream repos during the build stage. The local copies should...
To test: - Events - Reconnecting clients - OAuth2 security
Useful queries: - A && B - A && (B || C) https://github.com/linksmart/thing-directory/wiki/Query-Language
Currently, the Keycloak plugin which uses the OpenID Connect protocol performs access control on endpoint/methods using user claims (username, group) or the clientID. We may be able to use OAuth2...
Similar to Fujitsu's sequence diagram (b): https://github.com/w3c/wot-discovery/tree/master/prior-work/fujitsu
In the current version, multiple service can register under the same name. Instead the service should detect the conflict and pick a new name. ``` When a DNS-SD service is...