Arnau Jiménez
Arnau Jiménez
### Issue: Closes https://github.com/emilkowalski/sonner/issues/339 ### What has been done: `toast.promise` now returns an `unwrap` method. This method returns a new promise that resolves or rejects when the provided promise does....
## Description Just upgraded from `0.25.1` to `26.0`. Our main collection had nested objects like so: ```sh curl -sv -X POST --location "http://localhost:8108/collections" \ -H "x-typesense-api-key: secret" \ -H "Content-Type:...
Fixes #1533, adds syntax highlighting to the `Prisma.sql` helper. As I understand, only `$queryRaw` and `$executeRaw` have syntax highlighting because they are considered "safe". Docs do not make references to...
**What is the purpose of this pull request? (put an "X" next to item)** [ ] Documentation update [ ] Bug fix [x] New feature [ ] Other, please explain:...
### Description Given a simple string like the following: ```md line 1 line 2 line 3 ``` Plate AST renders it as: ```json [ { "type": "p", "children": [ {...
Following the [v2.1.8 release](https://github.com/phosphor-icons/react/releases/tag/v2.1.8) that suffixed all icons with `Icon`, renaming the `Icon` type to `PhosphorIcon` would also contribute towards a better DX and more targeted suggestions. For example: -...
👋 It could be interesting to introduce a new `DynamicIcon` that dynamically imports and renders icons based on its name. ```tsx const CategoryList: React.FC = () => { const {...