TheLox95
TheLox95
I would like when pressing `enter` to confirm completion and exit the insert mode. Right now tried the following code but the completion is inserted twice and neovim stays on...
I would like to add an extra property to the ```OpenAPIV3.SchemaObject``` interface like ```ts const mySchema: OpenAPIV3.SchemaObject = { properties: { name: { type: 'string', transform: ['trim'] }, }, };...
Would be fine to add Typescript definitions to the library
Hello and thanks for your time. While doing the dowload functionality I come across a issue. The Google Books API on a call for the books uploaded by the user...
Hi all I think it would be helpful to have the option to define a custom warning message that would be show on console when a var is not defined...
### Issue When triggering the `invoice.payment_failed` event with the CLI using the following command the customer ID never gets overwritten, the CLI generates a new customer each time `stripe trigger...