Enkhjil Enkhbaatar

Results 7 comments of Enkhjil Enkhbaatar

I also have a monorepo project with a similar structure and would love this kind of feature

@sofianegargouri Hello, you can try my PR with `rusb`. It has an option to use `libusbdk` (no WinUSB is required) backend. Just install [UsbDk](https://github.com/daynix/usbdk/releases) beforehand.

I've tried using uv to install specific python version. This minimal version seems to be working. I will try on larger apps ```Dockerfile FROM debian:12-slim AS builder COPY --from=ghcr.io/astral-sh/uv:latest /uv...

@arthurio Hello, can you review this? (Somehow test workflow on python 3.9 failed during codecov upload)

@siddjellali Hello, you can't invoke prisma commands in distroless images because by default it does not have shells etc and nodejs image's entrypoint is `node`. So you should to prisma...

I was wondering the same. In my case, I'm using setup this action on self hosted runner with two separate runners (just setup runner twice in different location). When two...