Steven Kirk

Results 227 comments of Steven Kirk

This feature has been added to version 11.10.4.

I did start on an implementation of accessibility support for Linux using AT-SPI but I quickly hit a few issues: - As mentioned elsewhere, there are no docs. When I...

@avinashkhatri-dev before you spend any more time on this, we think that my original work was going in the wrong direction and we have the beginnings of a new implementation...

Hi @TomEdwardsEnscape - just wanted to apologise for the lack of movement on this PR. It's definitely a feature we want, but I've simply not had a day free to...

This occurs because the empty string is treated as a valid `DateTime` by [`DateTimeConverter`](https://github.com/dotnet/runtime/blob/main/src/libraries/System.ComponentModel.TypeConverter/src/System/ComponentModel/DateTimeConverter.cs#L44-L47). The converter for `DateTimeOffset` has the same behavior. Other primitive types such as `int` etc do...

We've discussed this internally and we see three possible courses of action: 1. Special-case `DateTime` and `DateTimeOffset` such that an empty string is not treated as a valid value 2....

Hi @robloo, thanks for the compliment ;) However I'm not sure about your proposal (although things could definitely be better). - Each control has its own directory This makes sense...

This feature has been added to version 11.10.4.