CodingNinja
CodingNinja
[Bing Translate] I also had problems with asynchronous streaming chains, I tangled for days, I wasn't familiar with Rx, so I gave up Rx. I've used AsyncEnumerable, but it doesn't...
I have a POST request in which the server is weird, it is only case sensitive for the `page` parameter and supports PascalCase for the rest of the parameters. I...
For this, [PropertyChanged/Fody](https://github.com/Fody/PropertyChanged) does a good job, but beyond that, sometimes I need [CalculatedProperties](https://github.com/StephenCleary/CalculatedProperties) to solve the "nested (child-properties)" notification problem, I think it would be perfect if MVVMToolkit was...
@ReneVogt I think `false` should be converted to `Hidden`, because assuming the source is a `nullable bool`, then `null` should be converted to `Collapse`.
我想可以参考 [CalcBinding](https://github.com/Alex141/CalcBinding).
VS17.7.3 + MvvmToolkit8.2.1 don't encounter this bug anymore!
@codecadwallader Here's the solution from chatGPT, I haven't done much testing so just FYI:. `(^[ \t]*(?!//)[^ \t\r\n\{].*(?
@Sergio0694 If the Frame is defined in App.xaml.cs, how is it rendered in xmal? If I have a TabControl where each TabItem is a Frame, how do I implement it?
If I just want to show/hide the view, the best practice is `IsVisible`? StateContainer must be 2 and more `StateView.StateKey`? Or is it considered to be designed to hide (collapse)...