Results 116 comments of Jonathan Bieler

Hey, these kind of requirements issues aren't big problems usually, although they are a pain to debug. It's mainly a question of bumping requirements bounds. That said I've managed to...

I've updated Immerse compat bouds, it should work now. I think you have to do a ]up or start in a fresh environment.

Good, that error log looks monstrous. You can play with it a bit but like I said expect crashes (specially when running code from the editor). One cool thing you...

That's strange, is you do `using GtkSourceWidget; GtkSourceMap()` does it work ? I've had some issues in Linux with GtkSourceMap before (if the library is outdated) but now we build...

It's the Gtk widget that displays text with syntax highlighting, it's already installed on your system, you just need to add it to your environment with `]add GtkSourceWidget`.

Strange, if you do `]st`, which version of GtkSourceWidget do you have ? Should be 1.0.0.

As you can see GtkSourceMap is exported here, so if it's not defined when you use GtkSourceWidget that very strange : https://github.com/JuliaGtk/GtkSourceWidget.jl/blob/master/src/GtkSourceWidget.jl#L7

Hey, thanks for the issue. I'm not sure what's going on but people here have been having the same problem: https://forum.gtkd.org/groups/GtkD/thread/492/ It seems you have to open the library with...

I think Gtk.jl `@Gtype` is expecting the library in a string format so that might not be the solution. I need to get my hand on a ubuntu machine to...

What changes did you do to gtype.jl ? If it works randomly then I guess it's not really fixed :)