aristotelos

Results 12 issues of aristotelos

I have a question on how to achieve ordered consumption of messages. I read that Rebus by default [guarantees at-least-once delivery](https://github.com/rebus-org/Rebus/wiki/Delivery-guarantees#at-least-once). For RabbitMQ, I found out that publisher confirms are...

As reported #1501, the issuer URI is converted to lowercase by IdentityServer in its `.well-known/openid-configuration` response. This is invalid behavior, because the *path* part of the URL is case sensitive...

bug report

Hi, I have a question regarding the authority validation. There are two policies: `AuthorityUrlValidationStrategy` and `StringComparisonAuthorityValidationStrategy`. The current default validation policy is `StringComparisonAuthorityValidationStrategy`. This gives me issues when my host...

**Is your feature request related to a problem? Please describe.** When installing Mirth, one has to manually update the admin password. For deployment automation this is not great. **Describe your...

enhancement
triaged
Internal-Issue-Created
RS-12147

**Describe the bug** `GetAllTopLevelWindows` sometimes takes many seconds to complete, blocking process of the app. I have also tried: ``` Automation.GetDesktop().FindAllChildren(); Automation.GetDesktop().FindAllChildren(cf => cf.ByProcessId(App.ProcessId)); Automation.GetDesktop().FindAllChildren(cf => cf.ByControlType(ControlType.Window)); ``` They all...

**Describe the bug** I have some code that finds a menu item from the current main window. I have observed the following: - When I remember the `Window` returned by...

**Describe the feature** `Keyboard.Press` and `Keyboard.Release` have no overloads. They only support `VirtualKeyShort` as a parameter type, not `char` like `Keyboard.Type` does support. **Workarounds** Workarounds are to dive into the...

**Bug description** https://dicom.innolitics.com/ciods/cr-image/patient/00100010 has invalid example values. **Steps for reproduction** Go to https://dicom.innolitics.com/ciods/cr-image/patient/00100010 **Expected behavior** It should be e.g. Doe^John or other examples from the DICOM standard. **Additional context (e.g....

bug

The download link https://apitrace.github.io/download/apitrace-latest-Linux.tar.bz2 that is in the [documentation](https://[apitrace](https://apitrace.github.io/#download).github.io/#download) points to a build of an old commit d84eae9a0d36f2872f5900393e50790dc589958a.

## Is your feature request related to a problem? Please describe. It would be helpful if this plugin would also support uploading VEX files along with the SBOM, so that...

enhancement