Carlos Anderson
Carlos Anderson
@johndgiese Gotcha! Below the description was a "Report Error" button, so I thought it was for reporting textual errors.
@pictos I targeted Android 9.0 and the exception did not happen. @broteam168 The [documentation](https://docs.microsoft.com/en-us/xamarin/essentials/share?tabs=android#files) page did not talk about any specific permissions, so I did not set any.
@pictos Let me correct myself in something. I've always been targeting Android 9.0. What I changed was the emulated device. I got the exception on an Android 10.0 device, but...
I just discovered this tool and I think it's great! But I would also like this feature. In my case, most of my inline comments are after `RowDefinition` and `ColumnDefinition`....
It looks like this book is based on the second edition, which does say "Prove equation (3.15)."
No, it's not really that important. Just wondering if there was a way to do it now. I'll just convert `VecPoint2f` to `VecPoint`. Thanks.
On second thought, it can impact the accuracy of my application (since it involves measuring), so I'll reopen this issue.
No worries, and thank you. At the moment, I need the `arcLength` function. Update: I also need the `boundingRect` function.
Thank you so much!
OK, that makes sense, thank you. I started by using async in places where I thought was heavy computation, but when I benchmark it, the async version is slower for...