Tobias Knopp

Results 37 issues of Tobias Knopp

This is either a question, or a feature request: Does Augmentor.jl allow for 3D data augmentation? I tried to pass a 3D array but got an error message. If this...

Gtk4 has been released: https://blog.gtk.org/2020/12/16/gtk-4-0/ This issue is meant for discussions on what is needed to support that release in Gtk.jl. Certainly we will need help of @giordano for the...

Dear @vtjnash, There is still a major limitation of the Julia Gtk bindings compared to other language bindings. Its that one can only do one thing at a time. I...

The introspection scripts do not work anymore since https://github.com/bfredl/GI.jl is not Julia 0.5 ready. I made a fork and did try to fix things in a try and error manner:...

Ok I had a look at `GtkApplication` and got a simple example running including a global menu on OSX. Yay. But this raises questions how to move forward. Much of...

I get the following warnings: ``` Fontconfig warning: "/home/labuser/.julia/artifacts/82f1062ef35feaa6d4cc426c15574338f12f5fd1/lib/../etc/fonts/fonts.conf", line 5: unknown element "its:rules" Fontconfig warning: "/home/labuser/.julia/artifacts/82f1062ef35feaa6d4cc426c15574338f12f5fd1/lib/../etc/fonts/fonts.conf", line 6: unknown element "its:translateRule" Fontconfig error: "/home/labuser/.julia/artifacts/82f1062ef35feaa6d4cc426c15574338f12f5fd1/lib/../etc/fonts/fonts.conf", line 6: invalid attribute 'translate'...

I have setup appveyor and the good thing is that Gtk (at julia 0.7) basically builds on windows. However, there are some pretty funny test errors: https://ci.appveyor.com/project/tknopp/gtk-jl/build/job/wp61rfx4xueufg8c Seems to be...

Gtk master now passes test on Julia 0.7 but there are remaining things: - the `current_module` deprecations cannot be replaced by `@__MODULE__` since it says that `Gtk is not defined`...

see: https://github.com/JuliaLang/julia/pull/24960 I am not yet sure how we handle `getproperty` since it currently requires an output type. Can we generate that automatically (somehow) ping @vtjnash: Do you have a...