Matt Lyons-Wood
Matt Lyons-Wood
Same for me, it's blocked when using HTTPS because the stylesheet is loaded over http.  Even though APP_URL is set correctly to HTTPS: 
Ah ok, some other issues (https://github.com/monicahq/monica/issues/5954) mentioned setting `APP_TRUST_PROXIES=*` (typo for `APP_TRUSTED_PROXIES`). Setting both of these in my .env file has fixed it (and presumably will remain fixed when https://github.com/monicahq/monica/pull/5955...
For what it's worth I think there's a necessary distinction between these two - just probably could be more clear. For example my timesheet at work is due every Friday,...
Hey guys, I had a bit of a crack at this and managed to get it working for ORFs (Olympus) - albeit with some hacks. I used [raw-preview](https://www.npmjs.com/package/raw-preview) which is...
A Windows-specific option (until we get this intriguing new feature above!) is to set all your cursors in Control Panel to `invisible.cur` which you can download from various sites (e.g....
I've fixed this on a local copy I'm running - it's caused by the Deezer API not returning `id` for some artists, for example here's a track showing the issue:...
That's weird, it looks like yours has kept div.book width at 225px - mine is overriden somewhere else at 180px:  Maybe @leram84 might know more about how this...
I'm seeing this exact issue as well - as soon as I add submodules it complains with "could not read Username" etc.
Sure, I'm just using a HTTPS repo with credentials entered on the UI. That repo contains a submodule pointing to a private repo on the same server with the same...
Just tested and it works fine if I make the repo public (this will probably be my workaround for now)