Nikey646
Nikey646
When looking at the IFileSystem interface, would you want every method to have an Async counter part? When adding to the existing implementations, would you rather just call `Task.FromResult(SyncImpl());`? When...
Would the fix to this issue be simply changing the [`Height`](https://github.com/canton7/Stylet/blob/master/Stylet/MessageBoxView.xaml#L56) property to `MinHeight`, then allowing the button to presumably automatically increase in height when the font size?
VNDB has great rate limits. You would need to issue effectively 3 commands a second before you even hit the rate limit, or "1 second of SQL time per minute"...
Would it be out of scope to consider just adding virtualization capabilities into an optional dependency, rather than trying to support any virtual scroller? I feel like it might be...