Morgan Intrator

Results 9 issues of Morgan Intrator

My issue is that we want to use this babel transform just for icons that we want to style - inline icons that should have the same color as surrounding...

enhancement
help wanted

This adds a drag API to react-grid-layout. It is an update on another PR https://github.com/STRML/react-grid-layout/pull/684. I need to add tests and would love some suggestions.

stale
documentation
tests
infrastructure

So that we can type our functions better! ### Description ### Code sample

cla: yes

I'm wondering if any thought has been given to animating across lists? I've updated the react demo here: https://stackblitz.com/edit/auto-animate-react-g2wecm?file=src%2FFrameworkList.jsx And here's a screen recording https://github.com/formkit/auto-animate/assets/1364795/e4a6524a-9734-4522-9389-197605becd67 My real use case is...

Here's an example: ``` const stringToNumber: toZod = z.string().transform((val) => val.length); const a = stringToNumber.parse('string'); // => 6 ``` It'd be nice to know that the value passed to the...

Hopefully this can reproduce it: My docker-compose.yml: ``` version: "3" services: db: user: "1000:50" image: mysql:8.0.1 ports: - "3306:3307" # command: --init-file /data/application/init.sql volumes: - ./_data/mysql:/var/lib/mysql # - ./init.sql:/data/application/init.sql environment:...

I'm using a drag and drop library and calling `disable()` on drag start does NOT effectively disable autoanimate in time. This seems to work

I'm using a drag and drop library and calling disable() on drag start does NOT effectively disable autoanimate in time. This seems to work: https://github.com/formkit/auto-animate/pull/214 Thoughts?