Andreas
Andreas
Got it working in Firefox. Will propose the fix upstream too. https://github.com/fregante/webext-content-scripts/blob/73094bd60792f8fcce5515d6fbfef6725d6f4132/index.ts#L129
> Got it working in Firefox. Will propose the fix upstream too. https://github.com/fregante/webext-content-scripts/blob/73094bd60792f8fcce5515d6fbfef6725d6f4132/index.ts#129 It worked while running the debugger from VSCode with a Firefox profile but not when loaded manually....
> Turns out I'm not even able to see the content script in the debugger, even from a new Firefox profile I got it working by removing background persistent=false it's...
Forgot to add that I've only tried on Firefox Dev as temporary addons get removed on restart.
Event pages doesn't seem to be supported yet. https://github.com/fregante/webext-dynamic-content-scripts#usage https://github.com/fregante/webext-dynamic-content-scripts/pull/40 Maybe could try https://github.com/fregante/webext-dynamic-content-scripts/pull/40/commits/e6085ecd0e57bc5caf8643f4d78cb18f903b3cf8
Sounds like this problem https://github.com/openwrt/mt76/pull/768 https://forum.openwrt.org/t/802-11ax-worse-than-802-11ac-with-mt76-driver/126466
This commit mentioned in the mt76 thread on openwrt forum sounds promising, might be worth to try and backport? https://lore.kernel.org/linux-wireless/20230604120651.48d262b6b42d.Ia15532657c17535c28ec0c5df263b65f0f80663c@changeid/ Could try the full removal commit of 160MHz including AX...
One doesn't install on later version
``` create table clob_test (id int not null primary key, clobdata clob); insert into clob_test(1, ''); select * from clob_test; ``` Now try changing anything in the clob and try...
Saw another automation here https://github.com/home-assistant/core/issues/109927#issuecomment-2096611186 which only reloads the config if it's unavailable, maybe this works with entry_id too? ``` alias: Check API Growatt description: "" trigger: - platform: time_pattern...