Oliver Klingefjord
Oliver Klingefjord
I don't see why the default event is interesting here. In my usecase I needed the current value to process it in `onDragEnd()`
Imho retries should be performed for ServiceUnavailableError (which tends to happen to me quite often).
I am using Remix (2.0.1) and Vercel AI (2.2.13). I am getting this error when submitting a chat message in production (deployed on Vercel using the Remix template). The error...
## Feature Description I would love to have the option to calculate either the [cosine similarity](https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.distance.cosine.html) between two vectors, or the [norm of a vector](https://numpy.org/doc/stable/reference/generated/numpy.linalg.norm.html) (so as to be able...
### What version of Remix are you using? 2.0.1 ### Are all your remix dependencies & dev-dependencies using the same version? - [X] Yes ### Steps to Reproduce - Fork...
**Describe the bug** The wait for event function does not seem to be working. I can use the `match` filter, but not the if. **To Reproduce** I wait for an...