Angelo Perera

Results 8 comments of Angelo Perera

Thanks hbittar! worked for me ``` import _ReactPlayer, { ReactPlayerProps } from 'react-player'; const ReactPlayer = _ReactPlayer as unknown as React.FC; ``` ``` ```

Thanks - another thing i had to do was: 1. Install opensssh `brew install openssh` 2. put literal api credentials into nodejs.config ie ``` # Required connection configs for Kafka...

Thankyou - I literally spent the whole night on this issue banging my head... such a tiny change that made it work - for anyone else stuck on this -...

Please approve this pull request, this is an excellent addition to the plugin and will fix issue's I am currently having with my complex project across different developer's environments where...

I havent been able to have any changes reflected in any xstate projects with TABS instead of spaces recently 🤔 ```typescript import { createMachine } from "xstate"; export const testMachine...

Works when changing back to spaces instead of tabs. Definitely due to tab based spaces as per @Andarist said

workaround - ask claude to add `"| tee ~/claude.log"` to all commands run so you can follow the bash commands with: ``` tail -f ~/claude.log ```