Cole Bemis
Cole Bemis
> I would gently ask you to test this solution: > * wrap with onMouseDown suspender > * compensate suspension with onClick handler Clicking on links below the fold works...
Oof, my bad. I was expecting the `space` key to work on links like it does on buttons 🤦♂ Your solution works great. Thank you!
> @colebemis Do you know why CI is failing on this, looks like an unrelated change but it doens't fail on main 🤔 > > Could be because of a...
Thanks for the bug report, @chadfawcett! We'll look into this. Here are a couple option that might unblock you: * Since `localStorage.getItem()` is synchronous you could fetch the stored color...
Some notes from my conversation with @dgrief about publishing the react-shared directory as a package the memex can consumer: - Overall, Dusty thinks publishing react-shared seems like reasonable solution to...
Yeah, these would make great onboarding tasks 👍
This is great. Thank you for setting this up, @pksjce! A couple of questions: * Do these interaction tests run during CI? Specifically, will CI fail if we accidentally break...
You can install `@types/feather-icons` to get the type definitions 🙂
Could you make a [CodePen](https://codepen.io/) to reproduce this error? Here's a Feather CodePen template to get you started: https://codepen.io/pen?template=WOJZdM
Unfortunately, I don't know much about Ruby or Rails. Sorry 😅 There's a good chance someone else has figured out a way do use Feather with Rails. Maybe a package...