Marcel Tiede
Marcel Tiede
Create a new eco system page on the homepage. This should help new users to find projects related to gir.core which they can use to get to their target with...
There is https://github.com/JinShil/BlazorWebView which allows using a Blazor App inside Webkit. Consider if there should be something similar for Gir.Core and if it should be part of Gir.Core. Some work...
Support Out parameters for Records and Classes. Implementation for both should be similar. This could require heavy refactorings as out parameters inverse the direction of flow similar to return values....
Starting with dotnet 8 generic SafeHandle should be possible according to: https://github.com/dotnet/runtime/issues/74694 This could be used to reduce the amount of generated safeHandles for e.g. records. This should be considered...
WebKitGtk is available for macOS through brew once it supports Gtk4: https://formulae.brew.sh/formula/webkitgtk#default - [ ] Add WebKitGtk to gir files for macOS - [ ] Add macOS WebKitGtk gir files...
There are several internal string handles which are created for native strings. The size of those instances do not reflect their real size. To tell the GC about the increased...
`GObject.Internal.ObjectWrapper.WrapHandle` needs to create a new instance of a class if the given handle is not known. It uses reflection to find the correct constructor. With dotnet 7 it is...
Do not render length parameter of string[] in public API. This happens currently I’m `Gio.Application.Run` which contains the number of array elements and the array itself as parameters. Mark the...
See: https://gitlab.gnome.org/GNOME/gobject-introspection/-/merge_requests/365 Use this to automatically generate a `Copy` and `Dispose` method. this behavior must be implemented in an optional way. If it is missing there must be some fallback...
https://gitlab.gnome.org/chergert/libspelling