Thomas Bracht Laumann Jespersen

Results 18 issues of Thomas Bracht Laumann Jespersen

This PR supercedes #61 - instead of adding `IoTHubClient::new_with_pnp()`, add a `pnp_model_id()` function to the new IoTHubClientBuilder. Depends on #62, #63

enhancement

Depends on #62 To use this library in an IoT Edge deployment we need to be able to set add root certificates to the trust store. See: https://docs.microsoft.com/en-us/azure/iot-edge/how-to-connect-downstream-device?view=iotedge-2020-11#provide-the-root-ca-certificate

enhancement

To support different configuration parameters, implement a builder pattern for IoTHubClient, that initially just supports the same parameters as IoTHubClient::new().

enhancement

## Expected behavior and actual behavior. 50 tests are expected to fail on x86, I get 51 failed tests. The new one is NR-DEC-Bretagne1_ht_lossy.j2k-311-decode-md5. I found that this test is...

I'm trying to use display_filter to colorize messages, but am seeing some strange behaviour. Talking to @flatcap on IRC, he suggested I file a bug report. I'm aware of the...

bug:confirmed
type:bug

The extra symlink setup in src_install would produce something like: libmilter.so -> libmilter.so.1.0.2 libmilter.so.1.0.2_p2 -> libmilter.so.1.0.2 but from reading ldconfig(8) it reads as if the links should go from least...

assigned
maintainer-needed
bug linked

Requested as a useful part in the output from tinderbox runs. Closes: https://bugs.gentoo.org/864382 Signed-off-by: Thomas Bracht Laumann Jespersen

I've been running into an issue with using the browse functionality, and managed to reduce it to a reasonable test case. ### Steps to reproduce Spin up the OPC-UA PLC...

I'm working with a somewhat special OPC-UA server, and having some problems decoding arrays returning. I've messed around with debugging and have managed to produce this log snippet: ``` 2022-06-02T09:54:01.905208721+00:00:...

We've run into this (sorry for screenshot, and not text): ![image](https://user-images.githubusercontent.com/390428/162185417-9dce8dfb-49a0-4314-9f05-89305e8b3d88.png) I'm trying to figure this out: Is it correct by the standard to use 32 length nonces for security_mode...