Mark Allanson

Results 10 issues of Mark Allanson

The function `_get_field_default_gen` checks if a field's type is a datetime using `t is datetime`, which means if freezegun is being used in a test it generates the wrong default...

Currently an MqttClient is single use - meaning you need to dispose and create a new one to reconnect. It would be useful to be able to pull the connection...

Currently there are a number of potential reasons a connection may not be acknowledged by a broker. We need to expose these failures to callers of the `Connect` method on...

Currently we handle strings as ASCII only, which works most of the time, but won't work if anyone ever uses utf8 in a message, topic or any other string field,...

This is a feature request - it would be great if official images for various kotlin versions could be published into docker hub so there's no need to clone and...

Imports within sequence diagrams appear to hoist the imported content to the top of the sequence diagram. Using the following example files: a.d2 ``` a -> b ...@b ``` b.d2...

This PR replaces https://github.com/Aiven-Open/s3-connector-for-apache-kafka/pull/227 which was originally implemented by @steephengeorge. Most of the hard work was already done by @steephengeorge and this PR is a duplicate that addresses the last...