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

### Bug Description When debugging a Node process with mirrord enabled (no matter which features are turned on), I get the attached crash. When adding the runtimeExecutable env var as...

bug

Initial version of progress reporting via tracing spans, closes #389. Reporting is done in 4 flavors: - standard mode: fancy reporting with spinners - simple mode: simple messages printed -...

After #278 is done, we need to complete the outgoing UDP functionality to support all relevant use cases, not only Go DNS.

enhancement
major

### Bug Description Outgoing UDP messages fail if destination is specified by name, not address, because of a DNS error on the agent. ### Steps to Reproduce 1. Checkout a...

bug

The CLI currently silently waits for the agent to be up and running, since it can take a while it would be nice to show some minimal progress.

enhancement
good first issue
easy

Currently it's not possible to silence logs from `mirrord-layer` when developing a rust application as it uses the `RUST_LOG` env variable. Something like `MIRRORD_RUST_LOG` could be introduced that overrides `RUST_LOG`...

enhancement

Right now we might have a weird UX where we just don't load. We can easily add simple verifications such as checking if the binary is protected by SIP (is...

ux

### Bug Description getaddrinfo returns a linkedlist of resolved addresses and seems like when the request is sent to curl localhost:80, it is resolved by the agent into both ipv4...

bug

The VS Code extension and the CLI both check for a new version on activation and prompt the user to update if their version is outdated. This should be added...

enhancement
intellij-extension