Marcel Tiede

Results 239 comments of Marcel Tiede

It's fine to keep the reference. If you like to add a an entry onto a "eco system" page on the homepage I could prepare it so that there is...

You can add the nuget packages here: https://github.com/gircore/gir.core/blob/main/docs/docs/ecosystem.md

Thank you for your investigation. I will take a look at it in the coming days / weeks. This topic is quite complex and needs it's time. This specific code...

Your feedback is always welcome. If you want to get your hands dirty feel free to come into the matrix chat to find a topic you like to work on....

One thing to consider is if the `argc` parameter will be optional from a GirCore point of view. As it is marked as optional this would mean that the array...

> There is no marshalling or automatic conversion here. This will simply cause the application to break if you try to call it at runtime. This issue is a planned...

There needs to be a some kind of defined feature set first before there should be some implementation. I'm not very much into flatpak currently. What I saw until now...

The constructor can not be provided as they require “VarArgs” which are not supported by dotnet as far as I know. But it should be checked why api like https://docs.gtk.org/gtk4/method.TreeStore.set_column_types.html...

This is probably not a good idea. Each version of a generic safe handle is a new type. It reduces the number of rendered types. But the actual number of...

Currently this is planned for version 0.10.0 (see milestones). Contributions are welcome to speed things up.