Alec G

Results 7 comments of Alec G

+1 for a fix/workaround for this is there any way this can be added as an optional toggle, maybe with some warning to [online] users that upon toggling the option...

full logs below: ```sh yarn yarn install v1.22.19 warning ../../../../../../../package.json: No license field warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised...

> I had the same issue, turns out in my project directory I had folder name that includes white space. Remove that space delete node modules and package-lock.json then to...

giving this a go this morning... following along with some of the resources dev here: - https://developer.apple.com/documentation/safariservices/safari_web_extensions/converting_a_web_extension_for_safari - https://developer.apple.com/documentation/safariservices/safari_web_extensions/assessing_your_safari_web_extension_s_browser_compatibility got the extension to load on an iPhone simulator, but only...

this is where it stalls: ![image](https://github.com/dimdenGD/OldTwitter/assets/18316226/26d5c786-9230-4f7b-b009-fdcdaa833f04) you can see the extension is active, though: ![image](https://github.com/dimdenGD/OldTwitter/assets/18316226/1862b0bf-8f38-4434-b83f-f0d87684e4f4) ![image](https://github.com/dimdenGD/OldTwitter/assets/18316226/06ca7895-3f0b-478e-b15d-a5e7e54fea50)

fwiw it _does_ seem to work on desktop Safari using the bundled Xcode converter, however: didn't have to modify the manifest at all. the issues may just be limited to...

> that's very weird, i couldn't get it working on desktop :( could you share the code? if you download the [latest release](https://github.com/dimdenGD/OldTwitter/releases) and run the `safari-web-extension-converter` command on the...