Giovanni

Results 10 issues of Giovanni

I'm using snippets for both TypeScript and Javascript and I want to use the `console.log` snippet that is defined in both languages. I'm ok with choosing one of both, but...

I tried to use this gem but I wasn't able because this could break migrations for other members of my team when their try to run migrations. I ended up...

I had this issue today. I installed this library and got an error because I didn't have installed `vim-textobj-user`. I checked the `README` and a bit of the reference manual...

When I have this code, it's all ok: def my_function array = [{ }] end But, when I change to this: def my_function array = [{ } ] end That...

bug
enhancement

Currently a projection autocompletion doesn't work correctly if I don't use the same case letters. For example, as I'm working with React components, the convention is to start class names...

I'd like to be able to integrate this with my VIM editor. I've been using [prettier_d](https://github.com/josephfrazier/prettier_d#usage) with [vim-prettier](https://github.com/prettier/vim-prettier) by setting the path to the prettier executable to `prettier_d`: ```sh let...

Run `npx prettier . --write` in the root directory to prettify all files.

This PR adds an option to `batch` to allow to wait until all schema changes are done: ```js await schemaClient.batch(["ALTER TABLE users ADD COLUMN test_column text"], { wait: true, });...

As shown in https://github.com/prisma/prisma/issues/23774, we get the `Invalid URL` error when deploying on Vercel. This happens on `0.6.0` but not on `0.5.6`, which can give some clues about what the...

Context in this [Discord chat](https://discord.com/channels/933071162680958986/1173104190659248140/1173104190659248140). Sometimes, we get random connection errors that are fixed when we have long-lived connections. However, those [get fixed when we retry them](https://discord.com/channels/933071162680958986/1173104190659248140/1191813368554729562). We need to...