Bob
Bob
Using 3.0.7 There does not appear to be any way to remove a single favorite header. There is a "Clear Favorites" button but that obviously clears all of them. 
There are some cases where I would like to add normal (non-doc) JS comments. Unfortunately, it seems like jsduck picks up these comments, particularly when they are immediately above an...
```csharp TimeSpan.FromDays(-60).Humanize(precision: 3, maxUnit: TimeUnit.Month, minUnit: TimeUnit.Minute) // 1 month, 8 weeks, 4 days TimeSpan.FromDays(60).Humanize(precision: 3, maxUnit: TimeUnit.Month, minUnit: TimeUnit.Minute) // 1 month, 29 days TimeSpan.FromDays(-30).Humanize(precision: 3, maxUnit: TimeUnit.Month, minUnit:...
This is similar to #961. We don't want rows in tables to be broken across pages. Where possible, we would prefer the entire row is shifted to a new page....
As reported by @gimjun at https://github.com/BobVul/GrowlToToast/issues/25#issuecomment-507329068
In order to support callbacks (#4) we need to keep something running to receive clicks and report back to Growl. Most likely will just be a windowless application with maybe...
Persistent notifications implemented in #1 don't seem to work anymore. Not entirely sure why... maybe #10 will help.
From #2: > You might want to think about scaling the images. As you can see in my attachment, the standard notification display scales the image to fit the quadratic...
https://stackoverflow.com/questions/39744331/wpf-desktop-app-windows-10-notification-toast-2016-uwp-community-toolkit Looks like the way I'm currently doing it (without start menu shortcut) *shouldn't* work. But it somehow does. ???
Since Nightmare updated to use Electron (Chromium), it is no longer able to run headlessly without Xvfb. So let's reimlpement this with WebDriver + PhantomJS! (Another option was pure PhantomJS.)...