Remi Bernotavicius

Results 33 issues of Remi Bernotavicius

I've been using speedy2d for my emulator. It's been working great up until recently I recently updated my development machine to Ubuntu 22.04. After that speedy2d started giving a `PrimaryMonitorNotFound`...

After updating wasm-bindgen to 0.2.86 (I think) I get a compilation error when trying to compile with wasm This was with `rustc 1.71.0-nightly (5ea3f0ae0 2023-05-23)` but fails on stable also...

- replace globset with wax https://crates.io/crates/wax - prune the file tree when walking - remove walkdir and async_walkdir crates - possibly handle globs with absolute paths

If you submit a bunch of jobs at once which use a container image, they all compete to download the image. They have to take some lock on the container...

bug
client

## Description If `Terminal::insert_before` is used with height `h` and the width of the terminal is `w`, then a panic can happen if `w * h > u16::MAX`. ## To...

Type: Bug

**Use Cases** Right now all the test runners have a "var-args" argument which passes extra command line arguments to the test invocation. These are accepted on the command-line only by...

enhancement
test-runners

Right now if there is some package that doesn't get built due to it requiring some feature that isn't enabled. We say something like "didn't receive build notification for PackageId...

cargo-maelstrom

Remove the `--quiet` flag and configuration option. instead accept `--ui quiet` or equivalent configuration option. Internally the code for the quiet mode should be split out into its own UI...

enhancement
test-runners

This came out of issue #375, our docs don't make it clear that `maelstrom-pytest` should be invoked in an environment where pytest is installed and we should clear that up....

documentation

Right now if the client-process gets a signal after the local worker has started, it fails the client state machine. This only causes the process to exit indirectly by making...

client