godmar
godmar
Seeing this as well. The instructions provided lead to an infinite loop.
ps: it's more confusing. The documentation says: "/blog: This directory will contain all your blog posts writted using mdx." and then "So, by default inside the doczrc.js configuration file, we're...
FWIW, req.isAuthenticated does not require sessions.
Oops. Does this work? I had naively assumed that simply putting ``` base: "/mypath" ``` into `doczrc.js` would work. However, it does not - the links in the sidebar go...
PS: it requires slashes on both ends, like `"/mypath/"`, and then #1042 happens
I am experiencing a similar problem on a fresh install of Ubuntu 22.04 using Gnome. I'm using v1.4.2 of gromit-mpx. This is on a Dell Latitude 9520 with an active...
Got it. So this is not specific to KDE and the issue occurs when using GNOME as well. [This comment](https://github.com/bk138/gromit-mpx/issues/121#issuecomment-782871995) was confusing in this respect.
I don't understand. Is commit 6501486d supposed to address the problem in Gnome? Is this commit part of v1.4.2? If so, why does it not work for me as I...
PS: for anyone wondering. 6501486 checks for whether `XDG_CURRENT_DESKTOP` is equal to `GNOME`. On Ubuntu 22, the value of this environment variable is however `ubuntu:GNOME`, so [this test](https://github.com/bk138/gromit-mpx/blob/a8e5ce4668fe7bb3d025360611b1719be1039817/src/input.c#L69) will fail....
Issue persists on Ubuntu 22. This is my first attempt at using vmprof; I'm wondering if I'm looking at the wrong tool? All I'd like to do is look at...