Simen A. W. Olsen
Simen A. W. Olsen
IMHO, it makes sense to replace fetch with undici 😅
Thanks for posting this. I love the idea of exposing the WebClient instance, for sure! Do you have an idea for how the API could look like?
#271 might be relevant here as well?
I like it! Let's try and see how that would look :) Would love to see a MR/PR :)
Hm, you might need to set channel. We should probably resolve to that first channel. ```typescript this.slackService.sendText('${system} ${msg}`, { channel: 'backend_notification' }); ```
Maybe you can share a repro?
Hello! 👋 Thanks for opening this issue, and thanks for the lovely idea! This would be a perfect addition, for certain! I can see this even be a nice addition...
Let me know if I can help out with anything to get this PR landed :)
I don't remember why we didn't want to use GitHub's API, but I know me and @stack72 talked about it. Both ideas seem good! If we end up removing `versions.json`,...
We dependant on the versions file https://github.com/simenandre/pulumi-config too, so there might be worth testing potential solutions out there before rolling it out here.