Jordan Lewallen
Jordan Lewallen
@dBianchii so `useDatePicker` works with the `@internationalized/date` library, to handle a controlled state, I've been doing the following: ``` { field.onChange(!!date ? date.toDate(getLocalTimeZone()) : null); }} shouldCloseOnSelect={false} /> ``` Not...
@wasauce nothing related to a date picker - it was the new CLI which is why I shared my own implementation for now
@hsuanyi-chou thanks for the credit ❤️
Speaking for Jan here as I've been around prisma a while enough to know (so I hope this is okay).... No, they do not provide ETAs. Best you can do...
Hey @liamdebeasi ! So the issue I have with short circuiting within the `onMove` event is that this will still result in an `onEnd` event firing if `index === 0...
@liamdebeasi here's a sample repo! Link: https://github.com/uncvrd/ionic-gesture-direction The Home.tsx has the demo. Cube.tsx is where most of the inner workings are. I initialize and use Ionic Gestures on line 137...
@liamdebeasi yes this will suffice as a work around, thanks! What are your thoughts about keeping this open as a feature request? My reasoning being: - I now have four...
@liamdebeasi I think that would be useful! Or an event exposed that we can use to be able to check and prevent the animation from even starting. For example `react-gesture-responder`...
@E-Kuerschner I may be able to chime in here. Are you familiar with Ableton Live or any DAW for music production? I believe Keith is stating it'd be nice to...
I'm pretty sure I'm dealing with something similar in Node.JS land. I just migrated my app to Supabase and my memory usage now climbs steadily over time until i get...