Alex Suraci

Results 359 comments of Alex Suraci

Stepping away from this for now, here's my horrific scripting for posterity: ```bash while true; do pid=$(ps auxf | grep -A1 '[/]usr/local/bin/runc' | tee /tmp/strace4.log | grep -B1 /registry |...

@sipsma might be wrong (typing from airport) but I thought that was for a separate test? This one had the registry abruptly exiting, never got to the bottom of it

@cwlbraa I'd say the latter. The best way to do that would be to configure those spans with a link that points back to the `Container.from` that installed it. That'll...

@shykes Yep, that's what the v2 refs proposal was all about (https://github.com/dagger/dagger/pull/6187); it was meant to be a unified ref syntax for any `Directory`, which could be used for both...

Noticed one issue. tl;dr telemetry draining is keyed on trace ID, so if you open multiple clients in one trace, closing the second client will hang waiting for the first...

@jedevc Not necessarily; we could export to both the pub/sub and the per-client telemetry pretty easily.

@cwlbraa Ah nope I haven't. Yeah that looks like it would nil panic with no gauges sent. It shouldn't bring down the process, but still not great.

@beingminimal I will reopen it if/when I have time to merge it, otherwise it's just going to be auto-closed again.

This came up a while back in Slack; one interesting idea was to make the resulting dependency nodes a first-class concept called "buckets". Buckets would behave the same as resources,...

@Rukenshia it is not possible right now; my reply was just an idea. For semver, I just leave the separate bump jobs on their own and leave the input to...