Sergio Rubio

Results 82 comments of Sergio Rubio

Not exactly the same, but since we added a [Redis hive](https://github.com/muesli/beehive/blob/master/bees/redisbee/README.md), you could try to use a RedisMQTT bridge and publish/read messages using a Redis channel.

Started working on this, should be quick. https://github.com/muesli/beehive/compare/custom-rss-poll-interval

Thanks @Profpatsch, a common and valid concern that we can probably mitigate (see https://github.com/restic/restic/pull/2910 and https://github.com/restic/restic/issues/521 for example for similar discussions and other alternatives), though if you run Beehive in...

A slightly more complex example that demonstrates using an out-of-tree bee in an external repo: https://github.com/rubiojr/commit-monitor

I think I can come up with a slightly cleaner fix so I don't have to patch every single backend method.

@muesli if you don't entirely dislike this patch, we could merge as is to fix the windows situation and I'll work on a new PR, to clean things up a...

This is looking good now. Ended up wrapping `net/url` `URL` with a drop-in replacement that helps to encapsulate our platform specific logic to patch URLs in Windows. The wrapper is...

> This is looking good now. Not yet, just found one more windows niggle when executing the binary.

Fixed in https://github.com/muesli/beehive/pull/310/commits/602668adc400c0a5ef2465d1fe1080ef1099e060

sounds good!