Jack Works
Jack Works
yes, my plain html file is getting broken. /foo/index.html loads `./x.js`(which means `/foo/x.js`) but serve rewrite it to `/foo/` then `/foo` and now my html breaks.
Yes, please don't remove the slash in the end. It's breaking everything in the sub directory
> You can try to see if SwipeControl works for your machine in [WinUI 3 Controls Gallery](https://www.microsoft.com/store/productId/9P3JFPWWDZRC), if it does this issue must be investigated further Yes, I can swipe...
I just upgraded to Windows 11 22H2, and with Unigram 8.6 (7182) this problem no longer existed. Another of my PC is in Windows 10 21H2 Unigram 8.6 (7182), this...
Our extension has Chrome Manifest V3 support, but I didn't test for Firefox and Safari (for V3). Since I got a new mac device, I may be able to start...
@qqqzhch Hi, it used to run on Chrome MV3 but we lack a test of it so it gets regression. I believe those issues are easy to fix.
about the `Unexpected token '{'`, maybe you can try to downgrade the syntax target. Currently we're targeting ES2022 syntax and that may be unsupported by Safari.
ok I'll investigate this
play around with Xcode and Safari for a while, and I found it's actually not debuggable. https://developer.apple.com/forums/thread/720904 I maybe not investigate this these days unless I have more input.
can you share how you configure the Xcode project for the extension?