Sörnt Poppe
Sörnt Poppe
Hi there, the Core.Marten.Repository.MartenRepository.Store is implemented as following: ``` private async Task Store(T aggregate, CancellationToken cancellationToken) { var events = aggregate.DequeueUncommittedEvents(); documentSession.Events.Append( aggregate.Id, events ); await documentSession.SaveChangesAsync(cancellationToken); await eventBus.Publish(events); }...
Hi there, since I usually see a warning within the Nexus Repository Manager about the to low file descriptors value, I would like to ask that the [Pull Request](https://github.com/sonatype/docker-nexus/pull/62) gets...
Hi, thank you very much for creating that control! At the Android CarouselLayoutRenderer.updateSelectedIndex() function, you need to ensure that the carouselLayout.SelectedIndex Property should be set at the UI Thread. Otherwise...
MeasureText gives allways a an empty Size back. I repleaced the implementation with this one: ``` public Size MeasureText(string text, Font font) { if (text == " ") { text...
I would like to use this package within a Core 6.0 project. Are there any plans to update this package? If not, do you accept pull requests?
Hallo, ich beziehe mich auf die 9.1 Version: Ich habe die Installation jetzt mit zwei verschiednen SSDs erfolglos und mehrfach probiert. Beide SSDs habe ich auf fehlerhafte Sektoren überprüfen lassen...