Henry Zhang

Results 2 comments of Henry Zhang

> sure. this is the solution that pass all the test cases using a helper type. > > ```ts > type MyAwaited = T extends PromiseLike ? MyAwaited : T...

Never run it with docker-desktop! I had the same issue, after I read this [post](https://forums.docker.com/t/error-response-from-daemon-error-gathering-device-information-while-adding-custom-device/132143), I realized I should run it with local docker engine, instead of docker-desktop.