David
David
This seems to work just fine, thanks for the hint! I added some pipes into /dev/null to suppress output. ``` if [[ ! -f ${0:h}/functions/opp.zwc ]] || [[ ! -f...
Here we go https://github.com/sorin-ionescu/prezto/pull/636
Apologies for the back and forth but I just now noticed that there are no tests to validate this. Do you think you can add a exvcr cassette for this?...
No changelog available - https://github.com/devinus/poison/issues/105#issuecomment-885803775
Looks good to me! Can you fix the tests? Then I can merge this
I've setup a hex.publish step based on https://github.com/marketplace/actions/publish-to-hex that should trigger when new tags are published. I'll keep this issue open until we can test it with the next release
Looks like it would just be changing the calls to `storage.local` to `storage.sync` if the user wants the settings to be synced https://github.com/bekh6ex/firefox-container-proxy/blob/d7ecb89d344b42f359e1f77dd3a5f1948f99e49c/src/store/Store.ts#L135 https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/sync
Thanks for the reply! Good theory, but no I don't use any markdown in my comments or doc strings 😅 All I did was setup nova, setup lsp and try...
I am running into a similar problem and was wondering why no migrations are running. Turns out this is related. I am having clj/ and cljs/ under my src/ directory....
Refined Github went the route of building an .app and loading it by enabling "Allow Unsigned Extensions" - https://github.com/sindresorhus/refined-github/issues/14 I think RES could probably do something similar