Ioannis Chrysostomakis

Results 11 issues of Ioannis Chrysostomakis

**Describe the bug** Prior to installing the plugin, `coc-rename` works normally. After installing the plugin, the error `[coc-nvim] Invalid position for rename is thrown.` **To Reproduce** Steps to reproduce the...

"Create customize..." is grammatically incorrect and was changed based on the context.

Hi all. I'm new to bubble tea and bubbles, and I'm trying to make multiple inputs blink, however I can only make the very first one work. All successive inputs...

### Describe the bug I have a bunch of hooks that handle logic behind rendering tables. For example: ``` export const useAnimalTable = ({ onRowClick,, }: UseAnimalTableArgs) => { const...

bug
plugin: react

### Describe the bug I follow the instructions and provide `highlight = { enable = true }` as an option. When opening a file, highlighting is disabled and I have...

bug

I create a charge point like so: ``` export const cpHandlers: RequestHandler< CentralSystemAction, ValidationError | undefined, "v1.6-json" > = (req) => { switch (req.action) { case "TriggerMessage": return { status:...

I am rendering some markdown, but the spacing between segments seems to be inconsistent. Here's my code: ``` # Instructions - **BUILD** - To build the app, navigate to `/backend`...

### Checklist - [ x] I have searched the [Sourcery documentation](https://docs.sourcery.ai/) for the issue, and found nothing - [x ] I have read the common issues and fixes listed in...

bug

I have to use `npm i --legacy-peer-deps` to continue using this with react 19. Can we please update the peer dependencies?

As tailwind has added size-* classnames, we can use that for cases where height and width are identical. E.g. 'h-4 w-4' can become 'size-4'