Jack Hodkinson
Jack Hodkinson
I have figured out how to get the converter to work but the extension is not working as expected on Safari. I see the blue arrow but when I press...
I did a bit of debugging and it looks like the program is hanging the first time `Mousetrap` is called in `main.js:238` ([link to part of the code](https://github.com/infokiller/web-search-navigator/blob/master/src/main.js#L238)) I modified...
One more update: I have a new error message in my console. Not sure why it was not coming up before but now I'm seeing this: ``` Unhandled Promise Rejection:...
Thank you @infokiller that worked! 🎉 Steps to make this work: 1. clone repo 2. run `yarn install && yarn build` 3. run `xcrun safari-web-extension-converter --macos-only .` from the `src`...