William Perron
William Perron
Hey 👋 not a maintainer or even a contributor, but what would be the use case for this?
I was actually looking for something like that, I'm already using Vector as an agent on my EC2 instances, but now I have some Lambda functions that I'd like to...
Honestly I haven't had time to look into it much. I started investigating a bit but then life happened and completely forgot about this. I might take another look though,...
Hey, Deno maintainer here :wave: I was actually just trying to use octokit to extract our release download stats and hit this issue. So far my script is as simple...
I believe I found the reason for the hang, probably around the `_startAutoCleanup` function in Bottleneck ([here](https://github.com/SGrondin/bottleneck/blob/master/light.js#L919)). In Deno, just like in the browser `setInterval` [returns an IntervalID](https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/setInterval#return_value) as opposed...
Terraform went 1.0 earlier this year
Hey @beorn7 👋 We're in a similar situation, our case is pretty much exactly what you mentioned in the Otel collector; we have metrics coming from another system that we...
cc @lucacasonato
@tani I took a quick look at your project over the weekend, it looks interesting! I wouldn't be against merging it if you want to open a PR implementing it...
I do agree though, it'd be nice to be able to see the failing status from the Deploy dashboard and link to the action run from there, @lucacasonato wdyt?