Florian Anderiasch
Florian Anderiasch
Happy to help out from the viewpoint of an "I generally develop on Linux" person, I liked what I saw with Capella but wanted to build it myself (on Win7,...
That original screenshot's (in #4 ) second line says `Copyright (C) 2016` whereas mine (on Win7) says `Copyright (C) 2009` so I can only assume the folks tested it on...
I'm sorry, not sure how I'd start and a little low on time right now. It's not a huge issue, really, more of a nice-to-have feature. When I ran into...
Ticket was created after I was told to open an issue on #erlang. After reading the source I think [`rebar_utils.erl:1045`](https://github.com/erlang/rebar3/blob/main/src/rebar_utils.erl#L1045) actually solves this problem, at least adding this to my...
Small addendum: This is what I tried and it changed nothing: * running my old xmonad binary built with stretch * `xmonad --recompile` * `cd .xmonad && ghc --make xmonad.hs...
`fontName = "xft:Arial-10"` fixes it but Fantasque is found by fc-list and the fact that i3 works leads me to think that Xorg seems to be fine in general, as...
I have the exact same problem with `gedit 3.22.0-2` on Debian stretch, that file looks identical and broken.
@jdunmore That's a great idea, but I've got a few questions for clarification: a) As I suppose you're talking about css/js/images and not any code that's included server-side, in my...
Can confirm that the code snippet still works because I ran into the same problem. There's a slight chicken-and-egg bootstrapping problem though because I also have to add the `cacertfile`...
> The problem is that your *db* connection is not being started until (user/start) is called. Yes, that was my original point, the docs tell you to do X, but...