Tom

Results 16 comments of Tom

I don't see anything wrong with Markdown processing: ![Screenshot from 2021-10-06 11-17-08](https://user-images.githubusercontent.com/41571384/136175195-0363db18-e1bd-4299-b417-868f468986e3.png) All tags input into `sections/about.md` render as respective HTML elements. In conclusion: this is a styling issue rathern...

Hi, thanks for reminding me. I plan to remove Gulp and to update Tailwind, so a lot of these vulns should go away soon.

Supporting specific configurations and/or deployment workflows is currently out of scope of a template like this, sorry. These links might help you: - https://gohugo.io/hosting-and-deployment/hosting-on-github/ - https://github.com/marketplace/actions/hugo-setup

Might also be worth a look: https://usefathom.com

I'm having the same issue, it definitely is related to "blur strength" in KDE's desktop effects. If you look closely enough (zoom in), you can see the isse even in...

Hi, I just got the same warning/error from the `attemptLogout` method. It disappears when setting `strict: false` (and thus also in production), but that's certainly not a good "solution". I...

+1 for this one, would be nice to have. Maybe it could be helpful to have a look at how Jitsi (https://github.com/jitsi/jitsi-meet) implemented their "password protect meeting from within" feature.

I've had this happen as a result of multiple `` nodes that each had 2 `` elements inside, one with an `` and one with just text. The 1px line...

This issue popped up for me today, after almost 3 days without any issues on `3.0.0-alpha.10`. Nothing other than removing `htmlToAbsoluteUrls(absolutePostUrl)` helped. Interestingly, I still got the function call in...

@zachleat tried to reproduce it, but failed - everything worked. I then proceeded to re-enable the commented `htmlToAbsoluteUrls(absolutePostUrl)` in my website's repo ([1](https://github.com/ttntm/ttntm/blob/master/src/rss/feed.all.njk) and [2](https://github.com/ttntm/ttntm/blob/master/src/rss/feed.blog.njk)), and - lo and behold...