- Cape Town, South Africa
- http://dotnetdevaddict.co.za
Highlights
- Pro
- 1 discussion answered
Block or Report
Block or report mattleibow
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned Loading
-
-
mono/SkiaSharp Public
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop model…
-
square-bindings Public
Xamarin.Android and Xamarin.iOS binding for https://github.com/square
-
mono/skia Public
Forked from google/skia
Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.
2,682 contributions in the last year
Activity overview
Contribution activity
November 2021
Created 27 commits in 4 repositories
Created a pull request in xamarin/xamarin-macios that received 4 comments
Fix Nullability
Fix the issue with:
CGPath? path1 = null;
var a = path1 != null;
var b = path1 == null;
error CS8604: Possible null reference argument for paramet…
Opened 9 other pull requests in 3 repositories
dotnet/maui
4
merged
mono/SkiaSharp
2
open
1
merged
dotnet/Microsoft.Maui.Graphics
2
merged
Reviewed 42 pull requests in 3 repositories
dotnet/maui
31 pull requests
- [main] Update dependencies from xamarin/xamarin-macios
- Fix CodeDom reference
- [housekeeping] Automated PR to fix formatting errors
-
Fix incorrect error message for accessing
Device.PlatformServicesbeforeInit()call -
Move
IDispatcherlogic out ofIPlatformServices - Ensure that AbsoluteLayout measures children at their target sizes
- Multi window close
- [main] Update dependencies from xamarin/xamarin-android
- Implement Eval method in WebViewHandler
- [main] Update dependencies from xamarin/xamarin-macios
- Propagate BindingContent to Border children
- [workload] move SingleProject.targets to Microsoft.Maui.Sdk
- Add support for Border to have visual tree children
- [main] Update dependencies from xamarin/xamarin-android
- [housekeeping] Automated PR to fix formatting errors
- [main] Update dependencies from xamarin/xamarin-macios
- [main] Update dependencies from xamarin/xamarin-android
- Fix font path on catalyst
- [main] Update dependencies from xamarin/xamarin-macios
- [main] Update dependencies from xamarin/xamarin-macios
- [main] Update dependencies from xamarin/xamarin-android
- Automated dotnet-format update
- Update issueopenerlabels.json
- [main] Update dependencies from xamarin/xamarin-android
- [housekeeping] Automated PR to fix formatting errors
- Some pull request reviews not shown.
dotnet/Microsoft.Maui.Graphics
9 pull requests
- Verify canvas control is unloaded before removing it
- [main] Update dependencies from xamarin/xamarin-android
- [main] Update dependencies from xamarin/xamarin-macios
- [main] Update dependencies from xamarin/xamarin-android
- [main] Update dependencies from xamarin/xamarin-macios
- [main] Update dependencies from xamarin/xamarin-macios
- [main] Update dependencies to ensure coherency
- [main] Update dependencies to ensure coherency
- [main] Update dependencies from xamarin/xamarin-android
Created an issue in dotnet/runtime that received 2 comments
Sometimes enums are not blittable on Blazor WASM
Description I have this pinvoke code: [UnmanagedFunctionPointer(CallingConvention.Cdecl)] internal unsafe delegate UnicodeGeneralCategory UnicodeGe…