Thomas Jensen

Results 20 comments of Thomas Jensen

I'm really loving that this app doesn't require a database, a centralized database will introduce some complexity. A list of deleted hashes in all storage controllers and a cron job...

It seems to be the `color: inherit` that is causing the strange behavior. The problem goes away if I set the colors to `var(--color)` instead of inherit.

I suspect the `user agent stylesheet` is the cause of the problem: ```css a:-webkit-any-link { color: -webkit-link; cursor: pointer; text-decoration: underline; } ``` Making the color inherit `color: -webkit-link;` instead...

> @thomasjsn have you had a chance to test with newer player version? I'm still using version 1.x and haven't been working on my site for a while, so unfortunately...

Alright, I finally found the time to upgrade to the latest version. And the issue seems to be fixed — the font size no longer changes between first and following...

> Won't fix. See #11556. @jmooring Just to clarify, is this the correct way to achieve the same result as my symbolic link — using module mount instead? ```toml [module]...

> > is this the correct way > > Yes. See https://gohugo.io/getting-started/directory-structure/#union-file-system. Perfect, thank you. This is indeed a much better solution than the symbolic link.

Hello, no schematic diagram yet. But documenting the I/O and electronics is on my todo list. I'll post a link here once the blog post is published :)

Hello and thank you. The Arduino isn't very well documented yet unfortunately — it's on my list. Yes, the `arduino.py` wll run on the Raspberry Pi. The Arduino isn't required,...

You absolutely have to, that code is what I am running. You need to modify it to your needs and sensors :)