Benjamin Bock

Results 21 comments of Benjamin Bock

The Caddyfile is automatically reloaded by polling (default every 30 seconds, see CADDY_DOCKER_POLLING_INTERVAL), so there shouldn't be any need to manually reload or even restart. Works for me. One issue...

Thanks for pointing to `!`, @joshleblanc! I am using `prose dark:prose-invert` but it sill does not invert (without exclamation mark) because there's another rule `:root .prose` overriding both `.prose`and `dark:prose-invert`...

#395 seems to be the same issue, so I guess they can be solved together.

Hi @abdumu, here's an example, taken from the [Tailwind UI free previews](https://tailwindui.com/components/marketing/sections/heroes): Original HTML: ```html Workflow Open main menu Product Features Marketplace Company Log in Close main menu Product Features...

It's a pity to see this security issue open and unhandled for so long. I want to suggest a different approach which I implemented but in a project but didn't...

Not sure if we're running into a misunderstanding here. Let's try to make sure we're on the same page. Rails MessageVerifier also uses OpenSSL::HMAC itself. The "magic" ActiveSupport adds on...

> to encrypt the entire message nothing is encrypted (i.e. not readable by the client), we're only talking about signing (i.e. not modifiable) here. If we sign everything, we don't...

I never used that, so I don't know. In my changes outlined above, I only touched the upload endpoint. That's why I also asked this: > does this in any...

When implementing this, please try not to add yet another flavor folder to this repository. I'm speaking specifically about the git repository, not the published Docker images. I'd very much...

You're preaching to the converted/choir. I simply didn't know yet that ntfy/msmtp were deprecated. I didn't check the closed issues when coming back to this project after more than a...