jonmotos

Results 10 issues of jonmotos

## Expected Behavior VPS script should find and install and configure dependencies automatically. ## Current Behavior Current version of VPS script fails to find latest version of omr-vps-admin, giving message...

bug

### Overview ObservableValidator uses System.ComponentModel.DataAnnotations.Validator, and is tough to replace - a call to (static) Validator.Validate is not substitutable. For straightforward implementation of validation, this is VERY useful - because...

feature request :mailbox_with_mail:

**Describe the bug** When using JsonKnownTypes on existing json content, adding a new derived type and then decorating the base class with the basic [JsonConverter...] attribute results in an exception:...

bug

**Describe the bug** When the time-rolled durable file sink is used, and there are two files for the same date (due to multiple processes), and the non-suffixed file is deleted,...

bug

You provide a sample docker-compose (nice!), and say that is the easy way to get started, however your only step is to copy the sample docker-compose to the local-ai directory......

### Describe the bug I am attempting to set the opacity of all my snackbars to 1 (fully opaque) in order to prevent display oddities that occur when displaying snackbars...

bug

It would be fantastic if the library supported usage of the JsonConverterAttribute as well, as for public APIs the SerializerSettings may not be under my control. I could contribute as...

enhancement

### Describe the bug The RC2 Compact Navigation template throws an exception when navigating to the Data page: System.Windows.Markup.XamlParseException: 'Must create DependencySource on same Thread as the DependencyObject.' ### To...

bug

It would be very handy to see in the quick-start the necessary csproj configuration to produce build errors instead of warnings with the included Analyzers! Happy to create a PR.

One very exciting possibility of a source-generated mediator implementation is to ease the pain of tracking down what methods are called by the mediator, at design time. At runtime, step-through...