Marcel Tiede
Marcel Tiede
>> If I might chime in on this issue: I noticed you changed the code to check the GTK theme name in order to check for dark mode. This is...
Consider removing [AssemblyExtension](https://github.com/gircore/gir.core/blob/main/src/Libs/GObject-2.0/Public/AssemblyExtension.cs) as it is not related to GObject but pure C#. As resources are probably best handled via C# mechanics (see #1129) add a sample and / or...
It can happen that the real type can't be detected properly from the type system especially in the case of anonymous classes which implement several interfaces as the first interface...
- [x] I agree that my contribution may be licensed either under MIT or any version of LGPL license.
PrimitiveValueTypeArrays should at least implemented via those converters: - PrimitiveValueTypeArray - LongArray - ULongArray - CLongArray - CULongArray For all return values there should be support for: - Pointed arrays...
- [x] I agree that my contribution may be licensed either under MIT or any version of LGPL license. **This is only a concept PR. See #1118 for the work...
As Gir.Core raises exceptions which are documented in the Gir file those exceptions should have corresponding doc comments on their public methods.
There is the [introspectable](https://github.com/gircore/gir.core/blob/c1b996ff7dac4672f28b9e635fc7e98dfc379c1a/src/Generation/GirLoader/Input/Method.cs#L44) which signals that api is not part of the typelib because there are binding issues. Perhaps the overall binding quality is increased if such api is...
https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-templates
Use the [GitHub CLI](https://cli.github.com/manual/gh_release_create) to automatically create a release ([sample](https://github.com/NinovanderMark/ConsoleRenderer/blob/31eeef878df62b948c9521f7f1bdaea3768050e8/.github/workflows/cd.yml#L4)). The release should: - Be a draft as some editing of the final text is needed before publishing - Set...