Results 116 comments of Jonathan Bieler

Yes indeed lasso seems to be broken. I haven't used this package for a while so I'm not sure when it broke.

Thanks for the heads-up. Hopefully optional dependencies work a bit better now. https://github.com/GiovineItalia/Compose.jl/issues/308

I should still have the script on my laptop, I'll check. That said the signature seems to be correct : https://github.com/jonathanBieler/SimpleDirectMediaLayer.jl/blob/88dbc01ac6493d216bb40766052e111cf3d89433/src/lib/SDL.jl#L3361 https://wiki.libsdl.org/SDL_WaitEvent

Here's my script, I think only lines 22-32 are relevant : https://gist.github.com/jonathanBieler/a68adf591027b32c91c10c3de88a0673 That said I think I wrapped this one by hand (I left a comment) : https://github.com/jonathanBieler/SimpleDirectMediaLayer.jl/blob/88dbc01ac6493d216bb40766052e111cf3d89433/src/lib/SDL_h.jl#L1845 https://github.com/spurious/SDL-mirror/blob/6b6170caf69b4189c9a9d14fca96e97f09bbcc41/include/SDL_events.h#L558 I'm...

The reason why I removed it is that I was trying the make the build work on windows, but the provided binaries don't work, I don't exactly remember why. https://github.com/jonathanBieler/SDL2.jl/blob/master/deps/build.jl#L18...

The issue I had is when BinDeps tests the library (it opens it and test that it works), but I'm not sure what the issue was exactly, maybe I messed...

Hey, the README is a bit outdated, I need to update it. GtkSourceWidget is here now: https://github.com/JuliaGtk/GtkSourceWidget.jl There's probably some other issues (you might need the master branch of some...

I just made a new release for ConfParser but in the meanwhile `]add ConfParser#master` should do the trick.

This I don't get, Immerse does have Cairo in its dependencies: https://github.com/JuliaGraphics/Immerse.jl/blob/master/REQUIRE#L8 I think doing `]add Cairo` should solve the issue but not 100% sure.

Gadfly is supposed to be an optional dependency to GtkREPL, but that doesn't work anymore like in v0.6. I've added it as a dependency, if you do `]up` you should...