Clint Pearson

Results 9 issues of Clint Pearson

I'm working on a project combining MahApps.Metro, ReactiveUI and XamlFlair. I've got an AnimatedListBox as so: ```xaml ``` The code behind is simple, and is just binding a `ReadOnlyObservableCollection` to...

I'm currently trying to get this working in our TeamCity environment, which unfortunately due to all the usual corporate nonsense is in a proxied setup. Trying to run this I'm...

Feature

**Describe the bug** The system message still contains outdated context information when the component that provided it is unmounted. **To Reproduce** Steps to reproduce the behavior: 1. Call hook and...

bug
Triaged

**Describe the bug** When creating a hotkey and setting the `scopes` option to restrict the hotkey to a specific scope, the hotkey triggers regardless of what the active scope is....

Version 5.x

When using the zip-backed module, Windows explorer claims the archive is empty despite being > 0 size. Opening the archive in 7-Zip shows a folder at the top level, displayed...

bug
Zip

Sometimes when doing the following: ```csharp using var stream = ... // a Stream here await blobStorage.WriteAsync("path_here", stream); ``` OR: ```csharp var stream = ... // a Stream here await...

bug
Zip

When trying to create an azure blob storage instance from a connection string, if the key contains a '+' this fails with the cryptic "not a valid base64 value". After...

bug
Azure Blob

I'm currently reworking a system that was using Azure blob storage to use FluentStorage so we can target different providers / deploy on-prem and make use of disk storage. Data...

enhancement
Azure Blob

**Describe the bug** When the site is hosted and being watched with `npx quartz build --serve` the explorer does not update with the amended structure. **To Reproduce** Steps to reproduce...

bug