Ramon Smits
Ramon Smits
Also affected, project board cards aren't opening. ## Workaround Unchecking `no-modals` resolves the issue for me as mentioned by @marty0678 in the description
The call to `License` and `LicensePath` are explicit configuration call. It is expected that data is present. If a license is corrupt or expired we still start but without data...
> > command: ["--provider", "local", "--listener", ":8082"] > > could you please confirm that this works, as mentioned in the PR you proposed to update the documentation? > > thanks!...
When running the installer the program should go to `%ProgramFiles%` and the database should be created in `%ProgramData%` that is what the default paths should be on Windows.
Ok, for people that land here, the solution is to set the ENVVAR prior to running the installer, then logout, and login again and run the RabbitMQ installer. Now RabbitMQ...
This is not an easy change as the dialect abstraction is only about creating SqlCommands and unfortunately not about executing the query. https://github.com/Particular/NServiceBus.Persistence.Sql/blob/623e6b598ed29f85f6a6f9e462db5efb4cea21c2/src/SqlPersistence/Outbox/OptimisticConcurrencyControlStrategy.cs#L21-L35 This means that at that code point...
## Solution suggestions ### Ability to opt-in an assume UUID mode Having the option to assume uuids would be very useful. For example: ```c# var outboxSettings = endpointConfiguration.EnableOutbox(); outboxSettings.UseUuidMessageId(); ```...
Anyone subscribed please upvote the recreation of this issue https://github.com/github/markup/issues/1910
This happens for example currently indirectly in ServiceControl indirectly at: - https://github.com/Particular/ServiceControl/blob/5.2.4/src/ServiceControl.Audit/Auditing/AuditIngestion.cs - https://github.com/Particular/ServiceControl/blob/5.2.4/src/ServiceControl/Operations/ErrorIngestion.cs#L145-L151
FYI: We currently have this WIP PR: - https://github.com/Particular/ServiceControl/pull/4824 That code would be much simpler if cancellation is supported.