Jacob Pilon

Results 12 comments of Jacob Pilon

+1 I encountered this issue today. I was tired of hearing the audio of the notification, so I just disabled the notification entirely via the notification's window cog icon, but...

Some links that could be useful: https://github.com/jef/streetmerchant/issues/1035?fbclid=IwAR2Km985TroyPMBzOUW10UCdAP4DX7gdDfd5keBfkZhtSxZ4KrFY-M1jjz8#issuecomment-735821177 https://github.com/mikaelbr/node-notifier/issues/332?fbclid=IwAR0NwpnuCeW1zFFhUI4tpgmsuM8UIXmxZLVIROnouhYT7Y9wN6PuRUVaU0c#issuecomment-761808806 https://github.com/mikaelbr/node-notifier/issues/144?fbclid=IwAR2eZUJzz2LCvtUxRVd_fY9Rd6rl5d1W4ZSYPye3NzG4qjHXJbHruyWD3Y0#issuecomment-319324058 https://github.com/mikaelbr/node-notifier?fbclid=IwAR0NwpnuCeW1zFFhUI4tpgmsuM8UIXmxZLVIROnouhYT7Y9wN6PuRUVaU0c#usage-windowstoaster (in the last link, scroll a bit and checkout out the "Windows 10 Fall Creators Update (Version 1709) Note" section)

Update (still no fix found): I cloned SnoreToast's project and tried debugging what was happening. So I found that bit of code: ```cpp std::wstring error; NotificationSetting setting = NotificationSetting_Enabled; if...

@alikashfi It is something I tried as I stated in my latest reply: > So what happens is the following: > > * If you specify a random App ID...

> Hmm none of this is ideal. I really need to look into this on my Windows machine. I'll do that this weekend and see if I can figure out...

Still haven't understood/found why it doesn't work, any help would be appreciated. Thanks in advance :)

Yes please! +1 One of my customers have multiple employees working in the CP and they end up with a lot of duplicates because their employees don't always look if...

Great job @VincentLanglet 😄 Looking forward to this PR being merged. Not having this enforced in the PSR12 rule currently causes PHP linters (configured to PSR-12) to fail even after...

@damcclean Not the same idea. The idea you referenced is about having the possibility to set a default value via the blueprint editor. My idea is to make default values...

I'm currently working on a fork of this package which supports multiple parents, dynamic field type (text or select depending on the route response format) and an additional `selected` key...