ma-laforge

Results 72 comments of ma-laforge

Using Julia v0.5.0. Also noticed an issue with v6.0-dev.

Indeed: I now get the same issue on my Ubuntu system as well (Had not `Pkg.update()`-ed for a while). I appear to have the latest version installed on my system....

The `/deps` directory has not changed since the previous release of Gtk.jl. That's strange. Would this mean what @anriseth discovered should be posted as an issue against BinDeps.jl instead? I...

# Test application You should be able to reproduce the problem with the following test application. ***Simply click on the window canvas to cycle through the different cursors in the...

I get the same problem. My guess is that one of the `_jll` packages (related to audio) uses a hard-coded path to `alsa.conf` that is not standard. I am also...

I see. The "SDML" contributors here are not the maintainers of the `_jll` files. Thanks for the heads-up @Gnimuc. Apparently, an issue has already been created: --> https://github.com/JuliaPackaging/Yggdrasil/issues/1432

### Sidetracked I've sort of had to look at other packages instead of SDML to get my work done. So: sorry. not yet. ### Quick analysis At first glance, it...

Uncertain. I know just about enough about Gtk to get InspectDR working. Probably the reason Gtk works even this well is because of Julia's excellent `BinaryBuilder.jl` & `Yggdrasil.jl` package distribution...

Getting the ticks to look good while zooming has turned out to be non-trivial. But I wouldn't be too surprised if there was a better way of generating the ticks/labels....

I could probably add a few more examples, especially simple ones. #### latbook.pdf I probably don't have time to create something as elaborate as what is in latbook.pdf in the...