Amit Marcus

Results 3 comments of Amit Marcus

@NathanBWaters @Aryk as @plandem said, it's already an option. this is how i do it: ``` class Author extends Model { static modelName = 'Author' static fields = { id:...

Hey there! Just came across mirrord and was checking out issues out of curiosity. What you’re seeing is actually normal. Here’s why: ```shell # This won't work because all Kubernetes...

Just a heads up: I noticed that `HTTPS_PROXY=https://proxy-behind-tls:8888 mirrord exec ...` doesn't work. Looks like mirrord only supports plain-text (HTTP) proxies as an upstream proxy right now. When I try...