James Fenn

Results 126 comments of James Fenn

Thanks for the report! This was the intended behavior - as a workaround since Safari doesn't support [CSS overflow-anchor](https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-anchor) just yet. That said, I'll leave this open as there might...

I agree, the headings could be entirely removed. In my syntax example, I was more thinking about simplicity of implementation (and allowing the writer more control over the formatting) with...

If the "style guide" part of this can be implemented in a GitHub Action, it might be helpful to use [Workflow commands](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-a-warning-message) so that these warnings are visible when an...

I PR'd some changes to the docker files recently, so it's likely something related. I've found [an issue open in Prisma](https://github.com/prisma/prisma/issues/17869) that looks similar, although it's described as intermittent. `docker...

Seeing `http://localhost:8080/auth/login` makes me wonder if `client/.env` is missing - could you check if you've copied that from the `.env.example` in that folder yet? The `VITE_API_DOMAIN=http://localhost:3000` should tell it to...

isAnimating and isShowing methods have been added.

Summarizing some details from our discussion :) Select popup component / behavior: - Using Preact on the post pages is perfect, but the existing Select component still shouldn't be used...

On the selected item styling - I've realized it actually matches the [Popup Menu](https://www.figma.com/design/Ul8KB1Sc6etCNTRCRSc27z/Playful-Programming---Website?node-id=4579-43461&t=NlQMXM2abDvVsaAV-0) component. So the current page should have the "Default, Selected=true" background when it's unhovered, and use...

> The Popover option used [here](https://github.com/playfulprogramming/playfulprogramming/blob/17332957cd4439b62e83524908cff2df8147f145/src/components/select/select.tsx#L247) doesn't have any use for an anchor tag, so this messes with the styling. You'll need to add to the styling from `select.module.scss`, but...