Dylan Taylor

Results 4 issues of Dylan Taylor

I'm working with a legacy component (that is itself a legacy D3 chart shoved into a React component and hacked together using refs). I'm unable to use component-image on it...

**Steps to reproduce:** 1. Following the css modules example using tailwind classes: ```css .mentions { } .mentions--multiLine .mentions__control { @apply bg-transparent; } .mentions--multiLine .mentions__highlighter { min-height: 1rem; border: 0px !important;...

## I'm submitting a... [x] Bug report ## Current behavior Unable to use reaflow with the current version of Next.js. I have started a Next.js project using `npx create-next-app`. After...

I was testing feed-generator and it looks like the firehose is not publishing posts that have images. Reproduce: 1. Clone https://github.com/bluesky-social/feed-generator 2. Modify src/subscription.ts, ```ts // comment out line 16:...