Andriy Semenets

Results 17 comments of Andriy Semenets
trafficstars

hi @thisisrandy! Thanks for your work and sorry for my late reply. I've tried it and it works much better than vimscript version. Good job! What is the minimal version...

It seems like I'm not able to add commits to this PR (I can't push to master branch on your forked repo).

It seems like it's a problem with disabled plugins. Currently, vim-outdated-plugins searches for all outdated plugins (even deactivated). @kopach Can u confirm that u have 9 plugins in your `~/.vim/plugged`...

@SicariusNoctis Yes, it's optional, but if this can be implemented, why this shouldn't work out of the box?)

What about using this module? https://github.com/mikaelbr/node-notifier

Hi, @lambdalisue. I wanna help with this issue. I see that you already have `autoload/gina/core/spinner.vim` file. Is it possible to use it for this purpose?

Unfortunately, this is still an issue. I was able to solve it with direct access (using useRef) workaround: ``` import * as AvatarRadix from "@radix-ui/react-avatar"; import { fallbackStyles, imageStyles, rootStyles...

I had the same issue (with subscriptions in particular) but it got resolved after I updated to the latest versions. So make sure that you're on the latest version. ```...

Can you try running jsongenius container separately? ```bash docker run -e OPEN_AI_KEY='' -e WS_URL='' semanser/jsongenius ``` You can find the `browserless_ws_url` from the browserless container logs output.