maxwill-max

Results 8 comments of maxwill-max

I am using this. It works perfectly. You can assign any string to appid, that would become the name of the notifications but I can't seem to figure out how...

I am using this. It works perfectly. You can assign any string to appid, that would become the name of the notifications but I can't seem to figure out how...

I am using this. It works perfectly and can hold notifications in notification/action center until you clear them refer https://docs.microsoft.com/en-us/windows/uwp/design/shell/tiles-and-notifications/toast-ux-guidance ``` from winrt.windows.ui.notifications import ToastNotificationManager, ToastNotification import winrt.windows.data.xml.dom as dom...

I am using this. It works perfectly but I can't seem to figure out how to clear out the notifications or make python listen for click event refer https://docs.microsoft.com/en-us/windows/uwp/design/shell/tiles-and-notifications/toast-ux-guidance ```...

I am using this. It works perfectly and can hold notifications in notification/action center until you clear them refer https://docs.microsoft.com/en-us/windows/uwp/design/shell/tiles-and-notifications/toast-ux-guidance ``` from winrt.windows.ui.notifications import ToastNotificationManager, ToastNotification import winrt.windows.data.xml.dom as dom...

I am using this. It works perfectly. You can assign any string to appid, that would become the name of the notifications but I can't seem to figure out how...

i got `JSHandles can be evaluated only in the context they were created` when running for loop inside queue funtion ``` const reviews=await page.$x(list_selector) for await (review of reviews){ const...