Sergio Marquez

Results 18 comments of Sergio Marquez

@WhoMeNope is your branch working?

I;m trying to use @joshuabaker 's solution but getting an error calling setCartMetadata inside an `useEffect` hook. Any ideas on how to fix this? ```Unhandled Runtime Error TypeError: setCartMetadata is...

@notrab yes, I uploaded a [project](https://github.com/smarquez1/cart-test) to github with a minimal version of my main project. Here are the important bits: https://github.com/smarquez1/cart-test/blob/main/components/CartProvider.tsx https://github.com/smarquez1/cart-test/blob/main/pages/_app.tsx https://github.com/smarquez1/cart-test/blob/main/pages/index.tsx and it's failing [here](https://github.com/smarquez1/cart-test/blob/main/pages/index.tsx#L33) and anywhere...

This recently started happening to me. I red the comments on this issue and found out that it stops happenning when I disable the `vim-signify` plugin. I checked out the...

Is there any workaround for this?

@fkyuga I know you must be busy but do you plan on updating this PR? If not, I'd like to tackle this feature sometime

I'm getting an error message using ptags: `gutentags: gutentags: ctags job failed, returned: 1` but it still generates the tags file: ``` let g:gutentags_ctags_executable='ptags' ```

``` gutentags: Wildignore options file is up to date. gutentags: Running: ['/home/smarquez1/.vim/plugged/vim-gutentags/plat/unix/update_tags.sh', '-e', 'ptags', '-t', 'tags', '-p', '.', '-s', 'new.org', '-o', '/home/smarquez1/.vim/plugged/vim-gutentags/res/ctags_recursive.options', '-l', 'tags.log' ] gutentags: In: /home/smarquez1/project gutentags: [job...

Related colima issue: https://github.com/abiosoft/colima/issues/571