Stefan Hagen

Results 125 comments of Stefan Hagen

> It's been two years. So? I worked on older issues. I want to position Matrix as mobile friendly IRC interface to bring Users to Matrix. We already generated some...

Try `CGO_CFLAGS=-I/usr/local/include CGO_LDFLAGS=-L/usr/local/lib go build` Adapt the paths accordingly. The above is assuming that `mpv/client.h` is located in `/usr/local/include/mpv/client.h` and `libmpv.so` is in `/usr/local/lib/libmpv.so`

I think there are several issues open that hint at the same problem. I think there's a sequence issue between when navigation requests are executed and when the configuration/settings are...

I'm seeing the "GLib-GObject-CRITICAL" error, but no crash and all hints are properly displayed. Can you reproduce this with `--log=debug`? Redirect it to a file with `luakit --log=debug > debug.log...

That's good information. Thanks!