Adam Bullmer
Adam Bullmer
did you happen to adjust the `NODE_ENV` environment variable, or `--mode` flag? Another option is having `.env` files in the root of your repo that specify a `NODE_ENV`. I'm just...
Are you able to push your project/branch up to where I can see it? I tried recreating the conditions locally with the import splitting hint and was not able to...
Can you share you `vue.config.js` file and your `src/manifest.json`? Also how are you trying to invoke your content scripts and background scripts?
Correct. The snippet you added automatically injects a content script into every page. It is my opinion that this behavior should not be the default scaffolding behavior of browser extensions,...
I think I finally stumbled on the root cause of content scripts and background scripts not executing, and should be released in `0.23.1`. It looks like vue added in some...
So one problem with the popup receiving messages is that the popup doesn't exist when it is closed to receive that message. You'll probably need to use the background script...
Thanks for the report. The best guess resolution from #21 is a syntactical error in the python file to be documented. If you update the plugin to the most recent...
I'll have to check in with sublime's snippet support. as far as I know when putting multiple lines in the snippet template effectively performs a return at that indentation, leaving...
@calebsander Great work. I've confirmed your branch fixes my failing case: `3844 X 27`
100% for this update. The alternative is to stringify your json before sending to the colorize function, or to lie to TS and suggest that your object is in fact...