Kris McGinnes
Kris McGinnes
I was having these issues and decided to start debugging to see if I could figure out what the issue is. I haven't pin pointed the exact cause, but it...
As I understand it, this would not be blocked by migrating to StoreKit v2. In the original implementation of StoreKit there is a field in the `SKMutablePayment` object that allows...
Thanks! I really like the MarginBetweenChildren too. It's the main reason I wrote StackPanel. I would love to see it in AutoGrid as well, but it would be fairly difficult....
That is one way to implement it. However, the problem with that approach is what do you do if the consumer chooses both `MarginBetweenChildren` and `ChildMargin`. And to add more...
I like where your head is at, however, if I was to implement it in that manner, I believe MarginBetweenChildren would lose some its luster. The idea was two fold....
That's a good point. I'll take a look soon. Hopefully today sometime today.
I'll have to write a test around this scenario. Can you describe your layout in more detail?
This PR looks great. Sorry for such a slow response. I spent last night trying to get the project to build in the old CI system I had set up...
I'm sorry, it is not as simple as that. Months ago I attempted to get things set up in order to merge this, but continually ran in to problems. And...
That’s an interesting issue. Perhaps AutoGrid needs to be compiled as x64 as well to work. Try grabbing the source code for AutoGrid and adding it to your sample project...