Jonathan Morris

Results 17 comments of Jonathan Morris

@imaithal Did you ever find a fix for this? I'm having the same issue in my production instance. Strangely, it doesn't happen on my local machine.

@cristiand391 I can try doing that for the latest release installed with `npm`, but why would that be needed for the binary installation from https://developer.salesforce.com/tools/salesforcecli?

@cristiand391 Any further info on this? Would be great to get a resolution.

Hi @cristiand391, no worries, thanks for looking into it. All the log files and the `.sf` dir are owned by my user: ```bash ls -la ~ | grep -E "(\.sf)$"...

@jamesfrye420 Did you find fix for this? I'm getting the same warning message with a very similar setup: ```javascript import { ApolloClient, InMemoryCache } from "@apollo/client"; import { NextPageContext }...

For others encountering this, it looks like this might be due to using React 18. [next-with-apollo](https://github.com/lfades/next-with-apollo/issues/183) users seem to also have this issue after upgrading (I just upgraded to v18...

@joshskidmore Thanks for this great plugin! For anyone experiencing issues with this while using `zsh-vi-mode`, you can fix conflicts with this: ```bash source_if_exists () { if test -r "$1"; then...

@joshskidmore No problem. I agree that this would be out of the scope of your plugin. Might suffice to just add a note in the readme about the possibility of...

Linking @brookhong's original reply here: https://github.com/brookhong/Surfingkeys/issues/2240#issuecomment-2674810349 > You can use `ps -Af|grep nvim` to check if the nvim server is launched successfully. There should be some process like > >...

@brookhong The server isn't launching successfully for me for some reason. It's not in the list of processes even though I created the file under `/Users/jonathanmorris/Library/Application Support/Google/Chrome/NativeMessagingHosts/surfingkeys.json` and I added...