Pietro Coelho

Results 31 comments of Pietro Coelho

> is this an issue with chrome that needs to be reported? how come `use_dynamic_url` became a problem all of a sudden? Looks like support for that property was actually...

## FIX WITH PATCH-PACKAGE (DEV AND BUILD) Add [patch-package](https://www.npmjs.com/package/patch-package): ``` yarn add --dev patch-package ``` Change the `use_dynamic_url` flag to false in `node_modules/@crxjs/vite-plugin/dist/index.mjs` in lines 1842 and 1924: ``` use_dynamic_url:...

my solution above with patch-package fixes it for dev and build modes

> > my solution above with patch-package fixes it for dev and build modes > > I'm not using yarn tho yarn is not required, patch-package is a npm package....

Last version was released on July, but it was a beta version of version 2 (which is the one I am using): https://github.com/crxjs/chrome-extension-tools/releases/tag/%40crxjs%2Fvite-plugin%402.0.0-beta.25 not sure who to ping about it....

besides setting the default to false, I believe it should be also fixed to respect what is set on `manifest.json`. Looks like the value set there is completely ignored currently.

on windows 10 I cannot get the Touchpad settings to show up. Already tried all drivers available, it connects on bluetooth and with cable but only the cursor works (no...

update: I managed to get scroll and zoom working with these drivers http://swcdn.apple.com/content/downloads/03/60/041-96205/61hhcnj7q5dxosc171ytixty20vuqg0r0n/AppleBcUpdate.exe The trackpad bluetooth does not work anymore though (it connects but disconnects after a few seconds). And...

FYI I am releasing this week a chrome extension to add this feature

Having the same issue on windows 11. Created a file `machine.ts` with the same code as the first post and getting the same error. It would be useful if there...