Joshua Michaels

Results 89 comments of Joshua Michaels

No worries @juliusmarminge - thanks. Can confirm it works with `isDev: true` in the config. I will follow up with Vercel and in the Astro Discord and report back. Will...

Would be great to have block format selection in the context menu.

I needed something so I came up with this: ```javascript function getTintsShades(adjustment, color) { const adj = adjustment const colors = [color] let shade, tint for (let i = 0,...

I needed to generate similar colors and came up with this (generates 6 similar colors): ```javascript const color = tinycolor(yourcolor); const spinSimilar = color => { const spins = []...

Getting this same error.

Same here and same environment.

More info: macOS Sonoma 14.5 (latest) Safari: 17.5 (19618.2.12.11.6) (latest)

This is still an issue with Elk 0.15.1. macOS Sequoia 15.1 Safari (desktop): 18.1

Still an issue. Clicking "Update" refreshes the page but nothing happens. ![Image](https://github.com/user-attachments/assets/4ffd980d-3fa6-49b2-af0b-03f2ce7d0d6a)