Johnathan Bizzano
Johnathan Bizzano
Main branch has at line 4168-4170. Set functions missing "!" ```julia @export_function ColumnView set_show_row_separators Cvoid Bool b @export_function ColumnView get_show_row_separators Bool @export_function ColumnView set_show_column_separators Cvoid Bool b ``` should be...
Gtk4 Utilizes a new storage model GListStore which takes in a GObject. I cannot find any documentation on how to insert in any data. I was wondering if a boxed...
I would love to contribute to this repo, it's a great project! I am just stuck with a windows computer. I am going to try to see if I can...
I was trying to use the MessagePack backend but noticed that the code has the visibility labeled internal. Is this because it is incomplete or is there another way to...
Release: 4.2.0.2293 Platform: Windows 11 I have been using the stride engine just fine until today when suddenly even the most trivial stride templates (like the default ball) took 100%...
Added in ability to resolve default interface members. For instance, the following would not compile: ```csharp public interface TestInterface { public int Min { get; } public int Max {...