Matt Lyons-Wood

Results 7 comments of Matt Lyons-Wood

Same for me, it's blocked when using HTTPS because the stylesheet is loaded over http. ![image](https://user-images.githubusercontent.com/11625419/169634821-fb96d2d8-d0c2-42c5-9225-e78bf27ba532.png) Even though APP_URL is set correctly to HTTPS: ![image](https://user-images.githubusercontent.com/11625419/169634839-3624b925-ce6a-4843-bfba-24ccab573b9f.png)

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: ![css screenshot](https://user-images.githubusercontent.com/11625419/79680193-4f70ab80-8250-11ea-9ea8-e7fe25e726c5.png) Maybe @leram84 might know more about how this...