Martin Míka

Results 11 comments of Martin Míka

+1 I would say it is necessary to remove socket connections from the object. It happens with MongoDB connection as well.

I use this ORM in 3 apps and so far I must say, it is brilliant. The simple usage of MikroORM is really nice. I switched to this because TypeORM...

+1 I am not even in any cloud - We have hosted private cluster and nodes has been joined over private network (not any NAT)

I am having the same issue - Angular 10. I assume, it has issues with Ivy.

Hi, I am getting similar error even with Angular 13. After upgrade to Ng 14 it looks a little bit different but with the same source of error. CommonJS vs...

Update: I had to restart the server, `service docker restart` did not work and the command stuck - I killed it after 10 minutes.

I can confirm that prune stuck because of a non-responding container. When I kill the container first by `kill -9 PROCESS_ID` where the process Id I get from `ps aux...

Still on "Server Version: 17.12.0-ce".

The problem is indeed in multiple VMs installed in WSL environment. When docker+k8s wants to do its stuff, there is no "engine" in other non-prepared environments (such as plain ubuntu...