mirrord
mirrord copied to clipboard
Connect your local process and your cloud environment, and run local code in cloud conditions.
### 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...
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.
### 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...
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.
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`...
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...
### 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...
closes #289
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...