nils måsén

Results 390 comments of nils måsén

We could change it whenever `1.0` rolls out, but I hesitate to make any breaking changes since shoutrrr is mostly a "configure and forget" type of thing.

Yes, something is wrong with the docs generation. I will look into it. Thanks for reporting!

Yeah, I noticed. I will make a manual fix as soon as I get back.

Found the missing piece. This needs to be run whenever the minor changes: ``` mike deploy --push --update-aliases 0.7 latest ``` I will keep this open until it has been...

Yes, this is due to shoutrrr using the `color` property of attachments, which isn't available in the `blocks` API. It's mostly for backwards compatibility though, so perhaps having a way...

Actually, attachments can use `mrkdwn` by specifying the `mrkdwn_in` field, so this could still be added without breaking the existing functionality.

It seems really straight forward to implement. I just need to find some time to do it.

It could be possible to implement LOGIN authentication for the go email client. I think I managed to get it working in a PoC at some point, but it never...