Brendan Maginnis

Results 8 issues of Brendan Maginnis

Exceptions thrown within transactions should not be silenty swallowed!

When I run pytest coverage along with testmon the coverage reports only the code that was run in the selected tests. It would be incredible if the coverage reported the...

## :beetle: Bug report ### Summary GitHub changes their SSH RSA host key - https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/ The old host key is hard coded here - https://github.com/Olivr/copybara-action/blob/784cc183a24166a6370ff95d1bd6f554c7cf050d/src/hostConfig.ts#L12 This action now fails because...

bug

**Is your feature request related to a problem? Please describe.** It'd be great if I could use python standard library to handle files in the sandbox **Describe the solution you'd...

feature
sdk
Improvement

**Describe the bug** I don't understand what `commands.run` timeouts are supposed to do **To Reproduce** Steps to reproduce the behavior: Using `timeout` an exception is raised but the command continues...

bug

**Describe the bug** Started to see the following error crop up a few times in the last day when creating a sandbox in Python: ``` 500: error when creating instance:...

bug

**Is your feature request related to a problem? Please describe.** I'd like to know the average cost per test case **Describe the solution you'd like** Use cost as a metric...

Open Source

**Describe the bug** `sourcegraph-access-token` matches Git SHAs **To Reproduce** Steps to reproduce the behavior: Run gitleaks on a codebase containing a git sha - `sourcegraph-access-token` rule is triggered **Expected behavior**...

bug