Sören Nils Kuklau
Sören Nils Kuklau
Best as I can tell, there wasn't support for this at all. I've added some extremely basic support (just an array of first-level key value pairs) in #15
Best as I can tell, this only implements what used to be called AirTunes. That is, it’s audio-only.
@JeremyWu917 binding doesn't work for me, but the `TextChanged` event does. ```xaml ``` ```csharp private void PasswordBox_TextChanged(object sender, System.Windows.Controls.TextChangedEventArgs e) { if (e.Source is PasswordBox box) { string password =...
I don't think WPFUI's `PasswordBox` properly supports binding to the password at this point. Instead, I use use WPFUI's control (but _do_ use WPFUI's styling). First, a utility class (I...
> Separate application instead of Demo. Is that a good idea? We already have two different places to learn about the library: [the docs site](https://wpfui.lepo.co) and the demo app. Neither...
Try installing the Xamarin.Android component from the VS4Mac installer. It shouldn’t be needed any more, but currently still is. see https://github.com/dotnet/maui/issues/8894
Try adding a section as follows to your `csproj`: ```xml ```
Hi, thanks for the response. - I use the default `SerializationContext`, so the instance is presumably shared. - this is indeed on .NET 3.5. Upgrading is a tough one. Are...
Also, this was with MsgPack.Cli 0.6.5. Is there a chance this will behave differently in 0.8.0?
You probably want to not use Apple's Ruby toolchain. It's a bit old and also limited in terms of permissions. I ultimately went with this guide: http://jekyllrb.com/docs/installation/macos/