bart6114

Results 11 comments of bart6114

Hi @robert8138, it does not support this at the moment. I will keep this issue open for now and have a look at it in the future.

This is not possible at the moment, it should however be very easy to implement. I'm thinking along the lines of building in an **optional** functionality to collect all generated...

A bit like Kafka topics indeed. Here is an example implementation: https://godoc.org/github.com/cskr/pubsub. I.e. your processor would be able to subscribe to messages that are relevant to it.

@GoingMyWay thanks a lot for the proposed workaround @mwydmuch I'll leave it up to you whether or not this issue can be closed or not (as to me this seems...

small note: document definition of `finished` in `get_mon_arrivals`

I think it should be easy to add both a `notify_pushover` and `notify_email` option. Might want to rework the `webhook` then into a more generic `notification` interface. Will have have...

Thanks a lot for the contribution 🙏 That said, this approach solves the issue specifically for Chinese output on Windows, but it’s a bit too platform- and encoding-specific to land...

Should have been fixed @punkpeye