Marcel Tiede

Results 239 comments of Marcel Tiede

Additionally we could link from the [use page](https://github.com/gircore/gir.core/blob/main/docs/docs/use.md) to your template as a sample as long as there is no proper template available. what do you think?

Great 👍. I think it would be nice to guide users a little more and to have links to the wider eco system which is starting to evolve (e.g. your...

Ah yes there is no signal support for interfaces available anywhere not even in the class for the gir/xml: https://github.com/gircore/gir.core/blob/main/src/Generation/GirLoader/Input/Interface.cs

Thanks for your PR. We explicitly did not implement the `Send` method as we did not know how to invoke / test it (see: https://github.com/gircore/gir.core/pull/856#issuecomment-1526969582). Do you have any insight...

After reading several implementations I think the correct thing to do would be to call [MainLoop.Invoke](https://docs.gtk.org/glib/method.MainContext.invoke.html) as it does the right thing as far as I understand. Your implementation is...

Exactly. If the method is called manually it is not known from which thread this happens. So having some short circuit to avoid `IdleAdd` might be preferable. Compare [Avalonia](https://github.com/AvaloniaUI/Avalonia/blob/6a80ef86f357fbf495bbb7b0ebd3dd94c0732d21/src/Avalonia.Base/Threading/AvaloniaSynchronizationContext.cs#L60) and...

There are no target files yet and I never made myself familiar with them. If you want to give something back feel free to open a PR. It would be...

This sounds pretty good to me 👍

Sorry can't really help here as I'm not familiar with GStreamer and its plugin architecture. If you have any findings or even samples feel free to report back or even...