Remi Bernotavicius

Results 33 issues of Remi Bernotavicius

A lot of python tools are distributed using pip, so it would be nice if we could also. This also gives us a way to specify our python dependencies and...

client
maelstrom-pytest

**Specific Maelstrom Program?** any test runner **Problem Statement** When running tests remotely sometimes tests will run locally anyway because they have to (local only tests). Sometimes this can cause the...

enhancement

**Specific Maelstrom Program?** any test runner **Bug Description** If the screen is too small, the build progress window will be cropped. It normally has a max height of 3 lines....

bug

**Specific Maelstrom Program?** any of the test runner binaries **Bug Description** The gauge sometimes has a bit of a strange wiggle on the right. **How to Reproduce** I'm not so...

bug

**Specific Maelstrom Program?** all client programs **Bug Description** I was trying out our built binaries in a Ubuntu 22.04 container, and when I was I was getting this mysterious error...

bug

**Specific Maelstrom Program?** this is about the xtask distribute subcommand **Problem Statement** Sometimes we may need to update binaries as part of a github release. If possible when doing so...

enhancement

**Problem Statement** When someone submits a PR to test that the changes work properly I have to run the tests manually by cloning the fork locally and running tests. This...

enhancement

**Specific Maelstrom Program?** Anything using the client **Bug Description** When running a test runner or using the client programmatically with the log level set to debug sometimes remote log messages...

bug
client

**Use Cases** If I run `cargo-maelstrom` on some project, I expect it to attempt to run every test in the project, or else report why it wasn't able to. When...

enhancement
cargo-maelstrom

**Use Cases** My Python tests or the code they are testing use the Python logging features and I want to adjust the logging settings when running tests. **Acceptance Criteria** There...

enhancement
maelstrom-pytest