Andrea Franceschini

Results 13 comments of Andrea Franceschini

I found a workaround, which is to enclose the `font-awesome-icon` component in a dummy tag like a `span`, in that case I get no duplication (no visible duplication, at least).

... and that is how one feels like an idiot for not thinking about the most obvious solution :) Sorry for polluting the issue tracker!

I'm about to do that! I'm getting an endless stream of `(julia:87521): GLib-WARNING **: poll(2) failed due to: Function not implemented.`

Well, they start as soon as I run `using Gtk` and they just hang the REPL. Interestingly enough, that is not a problem inside Jupyter. I may have to think...

No, the warnings basically hog up stdout/err and Jupyter can't cope with that. I guess that's a problem with Xvfb rather than Gtk.jl, though.

I don't believe I have Mir installed aside from `libmirclient9` (and deps) which is a dependency of `libegl1-mesa` and `libgtk-3-0`.

I know, that puzzles me too. I did an `apt list --installed | grep -i mir` and this is all that comes up ``` libmirclient9/xenial-updates,xenial-security,now 0.26.3+16.04.20170605-0ubuntu1.1 amd64 [installed,automatic] libmircommon7/xenial-updates,xenial-security,now 0.26.3+16.04.20170605-0ubuntu1.1...

Same here, it happens randomly but it more often seems triggered when I use `useCookie` in a plugin or route middleware (though not every time, and I think it also...

I suspect it may be caused by an error somewhere, it would make more sense than the others because I'm pretty sure I'm not doing any of that myself. However,...

I couldn't reproduce it on an MRE but it doesn't look like it's `useCookie` trying to set a cookie at the wrong time. I get this error on the server's...