btrepp

Results 78 comments of btrepp

Ah yes, @jpluscplusm thanks for that!. You are correct. Its helpful to know that it does work that way, as the error messages can be interesting, the leading '.' is...

Mhmm revisiting this. I am not sure if this is the case like other tools. `import failed: imports are unavailable because there is no cue.mod/module.cue file` This technique seems to...

> @jume-dev It's been over a year since you wrote, but in the interest of readers: You cant limit all external network requests with LinkerD. > > In the current...

I've used this with setting the specs by hand and it works great but it would awesome to have the ability to also onboard via the bicep, as I think...

Ah I think it would be very helpful. But I would still need to run git format patch, most likely some sort of send mail command after. So it would...

A send email at the action layer is probably the proper solution :). I think I was trying to emulate it first, without having explicit support, to test out the...

> > Looking at the discussion, it appears that an action to notify is what you are looking for. I have this in the back of my head for a...

The issue with depends, seems to be the ordering/. Actions and dependon currently run at step '3' above. However commits are made after, eg step 4. So I would need...