mirrord icon indicating copy to clipboard operation
mirrord copied to clipboard

Connect your local process and your cloud environment, and run local code in cloud conditions.

Results 319 mirrord issues
Sort by recently updated
recently updated
newest added

We need to add tests for a gRPC a simple client-server model to current suite of E2E tests

enhancement

Upon trying to use the dev container to develop remotely, I found that there was quite a lot to slog through before I was able to get `docker`, `dockerd`, and...

enhancement

There is a problem with bash pipe `|` or redirect `>` operators that perform ops between stdouts and stdins of forked process, needs further investigation on the issue. Some operations...

bug

Support "Duplicating a file descriptor" commands for file-ops and not only for sockets. Syscalls like `dup`, `dup2`, `dup3` and `fcntl` can duplicate duplicate a file descriptor, if the fd is...

enhancement

I'm deploying many deployments with different commands out of a single repository. Specifically using `mix` with different custom tasks, but this should be applicable to anything really. I don't want...

enhancement

### Bug Description ![image](https://github.com/metalbear-co/mirrord/assets/38821215/7afcc52b-2b88-4922-b0de-83b316857f02) ![image](https://github.com/metalbear-co/mirrord/assets/38821215/ca30315a-72b4-48d4-9947-973c198046ee) ![image](https://github.com/metalbear-co/mirrord/assets/38821215/316d285a-1b10-4f8e-b2f8-0c7f5ffe2183) ### Steps to Reproduce Can not debug normally, do not know what the problem ### Backtrace _No response_ ### Relevant Logs _No response_ ###...

bug

- Issue: [#217](https://github.com/metalbear-co/operator/issues/217) - operator PR: [#427](https://github.com/metalbear-co/operator/pull/427) Creates a new cli command to forcefully kill one or more `OperatorSession`s. Adds a new `CustomResource`, as this new command is a a...

advance our go tests version by one minor. (1.20, 1.21, 1.22)

When an `UPGRADE` request is detected and matched (against header or path), need to steal the current TCP connection completely. Relevant piece of code [here](https://github.com/metalbear-co/mirrord/blob/fa2af7f1e77a9254fb0908be40b0dae5da53d298/mirrord/agent/src/steal/http/hyper_handler.rs#L206) Edit: I found it very...

enhancement
user