Kas-code
Kas-code
It appears that MMALSharp is currently not working with Bullseye. This OS update brought some major changes to the camera libraries so this is not wholly unexpected. We get: `System.TypeInitializationException:...
Hello, I'm running the following code on my Raspberry Pi: ``` public static async Task CaptureRawData() { MMALCamera cam = MMALCamera.Instance; MMALCameraConfig.StillEncoding = MMALEncoding.BGR24; MMALCameraConfig.StillSubFormat = MMALEncoding.BGR24; using (var imgCaptureHandler...
### Description If I give a label HorizontalOptions="Center", then the text is centered if the text is less than one line. But if the text breaks onto more than one...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Did you read the "Reporting a bug" section on Contributing file? - [X]...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Try the provided xaml, this uses checkboxes within a...
**Describe the bug** The text property of the checkbox does not respect line breaks on iOS when using LineBreakMode **To Reproduce** Steps to reproduce the behavior: 1. Set LineBreakMode="WordWrap" on...
When specifying the SQLite.CollationAttribute on columns, we only have the options BINARY, NOCASE and RTRIM. There is no Unicode collation option. Is it possible to create a custom collation or...