Raphael Strotz

Results 9 comments of Raphael Strotz

Isn't this intended? At least we thought so and use this behavior when we "hard-delete" something. 1. Append "hard delete" event to stream 2. Archive the same stream this results...

I can always just combine the individual statements like this: ``` PostgresCompiler compiler = new(); Query deleteStatement = new Query(...).AsDelete().Where(new { foreign_id = e.Id }) Query insertStatement = new Query(...).AsInsert(new...

I would support a global setting in Wolverine to enforce DI (and basically make Lamar obsolete in this case). The result of enabling setting XY globally would be - Always...

I am not sure on what you mean with your comment in the EF Core part. But in a personal project I am able to add a new extension to...

Never tried that DI part, but I think this could still work somehow. But I would need to look into how Wolverine works with EF Core. In my personal project...

I have the same issue Terraform Cloud Plan output ``` pools { update node_count : 1 change to 2 } ``` Terraform Cloud Apply output ``` Stack trace from the...

Fun fact, the cluster scaled properly.. just my Terraform Cloud Run failed with above message

There is currently no NuGet package/tool available that packs the CLI. I might be able to help with a PR, but would need some guidance to get it done properly.

@BrianVallelunga here is the code which adjust subscription rules: https://github.com/JasperFx/wolverine/blob/cb49f977d2ca33ccb72ac3f592f8528eb6f644e9/src/Transports/Azure/Wolverine.AzureServiceBus/Internal/AzureServiceBusSubscription.cs#L106 Back when I implemented this my intention was that Wolverine is the Master of the subscription. That's the reason it...