Closed astorije closed 3 years ago
I'm not sure why all these builds are failing. Travis status and Coveralls status are both 🟢 green, yet these return 500s. The other PRs were green yesterday, and when I rebased later on it started failing. It does seem like it's coming from one of the 2 vendors.
EDIT: Trying to open the Coveralls build on the latest master
commit (which was green as well), there does seem to be a 500... https://coveralls.io/builds/37873324
EDIT2: Alright then https://github.com/lemurheavy/coveralls-public/issues/1543
EDIT3: Fixed!
@RoccoC, rebased on master
and fixed conflicts!
Great, I will review this one shortly, thanks again!
@RoccoC, I rebased/fixed conflicts after your recent type consolidation changes, let me know if there is anything I can do to help, I'd love to be able to use this! :)
Hey @RoccoC, did you get a chance to look at this? :) Happy to help this project further!
Hey @astorije , thanks for the reminder -- and sorry, no, I haven't re-reviewed this yet, but will do so today! Thanks again for your contributions!
My pleasure and thank you, happy to help! :)
Merged and published in 2.3.0
This allows for the following scenario: on success, clicking the notification should open the development URL (when running the dev server); on error, clicking the notification should open the terminal window. This is only possible if evaluating
notifyOptions
dynamically when callingnotifier.notify
instead of when the plugin is instantiated.This is particularly useful combined with #67 as it allows us to display
Click here to open <address>
on success only and use the default error/warning message otherwise. And combined with #68, it allows for nicely readable error/warning messages as well :)