Arthur Fontaine
Arthur Fontaine
[Reposted from my message on the Nuxt Discord server] Hello, I have my API that is running with the serverMiddleware (/api). So to call it, I just have to use...
## Can't reach the last slides with `:perPage='3'`and `:scrollPerPage="false"` (There is already an issue (#345) that explain what happen, but it is closed. The last message of the #345 issue...
**Is your feature request related to a problem? Please describe.** Considering the following code. ```ts const a = await root.getContainerSet(["userManual", "oven"]) a.oven // There is no error, oven exists, the...
### Clear and concise description of the problem I find that nested ternaries are very difficult to read, even with the `multiline-ternary` rule enabled. Example: ```ts const animalName = pet.canBark()...
https://user-images.githubusercontent.com/57626613/144273625-5e096df6-b434-4209-98b1-4cac108c9878.mov

## Change Summary This is a draft PR that aims to bring support for [composite types](https://www.prisma.io/docs/orm/prisma-client/special-fields-and-types/composite-types) (#314). As I don't know the project well, I am open to receive reviews...
Considering the following Prisma schema: ```prisma generator db { provider = "go run github.com/steebchen/prisma-client-go" } datasource db { provider = "mongodb" url = env("DATABASE_URL") } model User { id String...
The `PinchEvent` was implemented in #476 but removed during the `ui-events` migration #950. Currently, `ui-events` does not support `PinchEvent`, but there is a draft PR available at https://github.com/endoli/ui-events/pull/55. I am...
This PR adds the support for `~` for the path property in the configuration file. **Use case** I install all my global dependencies with [Mise](https://mise.jdx.dev/) to have the same environment...