Marc Sallin

Results 10 issues of Marc Sallin

At this point, I believe this is a stable library and I am not planning for anything specific. This is not dead -- I will fix bugs as necessary and...

info

Let's discuss how we could build support for Kafka-Transactions in Silverback. An example how to do this with the .NET Kafka lib is shown here: https://github.com/confluentinc/confluent-kafka-dotnet/blob/master/examples/Transactions/Program.cs

enhancement

I created an issue here: dotnet/msbuild#7411 We updated our .NET SDK from 6.0.102 to 6.0.200 and this breaks a certain functionality. We are a bit lost and I'm wondering if...

Hi I try to use Smock like this ``` Smock.Run(context => { context.Setup(() => DateTime.Now).Returns(DateTime.Now.AddDays(1)); context.Setup(() => DateTime.UtcNow).Returns(DateTime.UtcNow.AddDays(1)); Task myTask = Add(); myTask.RunSynchronously(); }); ``` Then I get a null...

bug

I just enabled [whale watch from Data Hub] (https://help.predictwind.com/en/articles/10409145-datahub-whale-watch). Since I've connected this device with NMEA2k to my bus, the information immediately appears on Signal K and Freeboard; fantastic! The...

To create a track out of a trail, I currently need to export the trail and import it again. It would be useful to have a feature similar to "trail...

When I import a track, it is hidden by default, and I need to make it visible. I think making it visible by default would be a more appropriate default.

It would be great to have things like: - Select all (clear selection is already there) - Search - Ordering ![Image](https://github.com/user-attachments/assets/9060d5d4-61d5-4c69-b907-e66e4772ea8a)

Once the anchor has been set, the user may need to adjust its position to match the real-world anchor location better. Currently, this is done with directional buttons, which can...

While digging around in the logs, I found some errors. Nothing doesn't work, so I don't know if it's by design or a bug, so I provide them here for...