Farshid Tavakolizadeh

Results 11 comments of Farshid Tavakolizadeh

It would be very nice if at least the GOST prefix is configurable, otherwise you can't have two servers using the same broker.

The issue isn't related to just cancellation via context. Reaching the timeout or deadline triggers the cancellation, which in turn kills the process. The same behavior should be expected when...

I tried enabling CGO but got different errors: ``` $ GOOS=linux GOARCH=arm go install ... # .../vendor/github.com/pebbe/zmq4 src/.../vendor/github.com/pebbe/zmq4/reactor.go:10:4: undefined: State src/.../vendor/github.com/pebbe/zmq4/reactor.go:11:9: undefined: State ``` ``` $ GOOS=linux GOARCH=arm CGO_ENABLED=1 go...

I can confirm that @marcoreato's solution works. I've created a docker image for armv7 cross compilation with static linking. Source is here: https://github.com/farshidtz/zmq4-arm

In Keycloak, scopes can be associated with roles and users in the following way: 1. Roles -> Create a role 2. Client Scopes i. Create a scope ii. Edit the...

info about the latest implementation: https://github.com/linksmart/thing-directory/wiki/Discovery-with-DNS-SD

FYI, ea5f394. The config is changed to "interfaces" with an array of strings as value.

dns-sd client on macOS automatically adds an index: ``` dns-sd -R "Test" _wot._tcp local 1003 Registering Service Test._wot._tcp.local port 1003 DATE: ---Fri 22 May 2020--- 18:19:43.719 ...STARTING... 18:19:44.380 Got a...

The Custom GPIO interface doesn't auto connect on Ubuntu Core. See: https://forum.snapcraft.io/t/approval-and-auto-connection-for-custom-device-interface-on-matter-pi-gpio-commander/38891/7 The workaround, as mentioned, is to connect manually: ```bash sudo snap connect matter-pi-gpio-commander:custom-gpio \ matter-pi-gpio-commander:custom-gpio-dev ```

I've just promoted `2.0+chip-v1.3.0.0` from candidate to stable. The custom-device interface should now be available on stable, but a manual connection is still required on Ubuntu Core.