Results 12 comments of Iakov

Is there anything the community can do to help get this implemented? I'd love this in our CI/CD.

Yep, that is exactly what happens. I'm just a bit puzzled why levant doesn't exit on failure. I'm about to write a custom Python to work around this issue, but...

Yes, a Nomad deployment is triggered. In our Nomad jobs all the tasks are basically mandatory and are interconnected with each other - temporary DB, API and front-end app. If...

@pixelass hi! I am going to build a similar thing for a work project - a draggable element that needs to be also resizeable in width. I use dnd-kit for...

Awesome code samples, thanks a lot for a good starting point for me @pixelass!

Sure thing. This is the whole method that receives user input and returns a byte array with the barcode: ``` private static byte[] GetBarCode(string contents) { byte[] byteArray; var codeWriter...

Thanks a lot @micjahn, appreciate your workaround! It'll help us a lot. I suppose you can close this issue if you think it's appropriate.

I've got the same issue, any idea on how to fix? It feels like some peer dependency is broken.

@fitzr doesn't work for me.

@Realetive you're welcome to implement it yourself and create a PR.