Vova Yatsyuk
Vova Yatsyuk
Hi, I have the same issue. The error is raised, when `wait` option is used (Just before timeout event should be triggered). ``` Message: Command failed: d:\www\dev\rb\node_modules\node-notifier\vendor\toaster\toast.exe -onLast true -p...
This is a bug in https://github.com/mikaelbr/node-notifier: mikaelbr/node-notifier#97 The following code causes the same error: ``` js var notifier = require('node-notifier'); notifier.notify({ title: 'My awesome title', message: 'Hello from node, Mr....
I agree this is a weird from UX perspective. It would be much nicer to have the ability to add/remove specific items instead of rebuilding whole menu. Electron closes the...
I've just discovered that Ubuntu updates the tray menu automatically. Here is what my sample repo looks like on ubuntu (It doesn't flicker like an electron app): https://github.com/tauri-apps/muda/assets/306080/5a88da98-e6df-4cb2-b604-eb283964708f
Hi! I understand your request, but I'm not sure about the ways of implementing this great feature. 1. Will work nicely, if product page does not have the related block....
:+1: Great idea. I will add it as "Import relations from magento reports" feature.
Made a video of minimal component on the product page: View video
Just stumbled with weird behavior. I see the 404 request to `.../en_US/Magewirephp_Magewire/js/alpinejs.min.js` on all pages except the one with Magewire block. It's coming from [alpinejs.phtml](https://github.com/magewirephp/magewire/blob/main/src/view/frontend/templates/js/alpinejs.phtml)
Wanted to check if everything is ok, but "Increment" button doesn't work anymore. Request to `https://magento2.test/magewire/update` returns ``` 1 exception(s): Exception #0 (LogicException): Front controller reached 100 router match iterations...
Still the same `100 router match iterations` error. It's caused by exception thrown by `$this->serviceInputProcessor->convertValue`: https://github.com/magewirephp/magewire/blob/upgrade/hc/src/Controller/MagewireUpdateRoute.php#L115 ``` "Snapshot" is not supported. Correct the field name and try again. #0 magento2/lib/internal/Magento/Framework/Webapi/ServiceInputProcessor.php(355):...