BlueRaja
BlueRaja
For example, if I want to fill every part of the canvas but leave a circle transparent, a simple way to do it would be to fill a rectangle, then...
I'm talking about [this](https://github.com/praeclarum/NGraphics/blob/master/NGraphics/SvgReader.cs#L418). The specs are [here](http://www.w3.org/TR/SVG/paths.html#PathData). There are _a lot_ of issues - It assumes all commands/numbers are separated by commas or whitespace, which isn't true. - It...
It draws above the frame instead of inside it. And it doesn't honor the TextAlignment property.
There is `IFileSystem.GetFileFromPathAsync()`, but if the file doesn't exist it returns `null` - there is no way to have it create the file. There is `IFolder.CreateFileAsync()`, which has an option...
### Description If you bind `SelectedItems` with `Mode=TwoWay`, selecting an item should add it to the list. But it doesn't. The [documentation](https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/collectionview/selection?view=net-maui-8.0) says "The default binding is one-way", implying that...
### Description See title. Sometimes when there's an error with an XAML file, Visual Studio is unable to tell me which file/line the problem occurs in. I never had this...
Attempting to install this package via pip results in an error. ``` Collecting pillow~=9.4 (from selenium-interceptor==1.0.2->-r requirements.txt (line 2)) Using cached Pillow-9.5.0.tar.gz (50.5 MB) Installing build dependencies ... done Getting...