Nick Mertin

Results 13 issues of Nick Mertin

If `cargo-bisect-rustc` is run with `--preserve` and without `--with-src`, and then at a later point is run with `--with-src`, it does not install the `rust-src` component for any versions which...

bug
A-downloading

Similar to #141 but for the USB serial streams (i.e. `/ser/xxxx`). Essentially, we should provide a non-filesystem API for accessing a resource which is fundamentally filesystem-based, and then re-implement the...

rfc
todo

#### Expected Behavior: The virtual file system should support arbitrary file system mounting, similar to the structure used on POSIX systems. User code should be able to provide a custom...

rfc

* Compiler Used: clang 8.0.0 * Operating System: Linux * Architecture (ARM/x86/32bit/64bit/etc): x86_64 ### Expected Behavior Transitive inheritance implied by known inheritance relationships should be automatically respected. ### Actual Behavior...

* Compiler Used: clang 8.0.0 * Operating System: Linux * Architecture (ARM/x86/32bit/64bit/etc): x86_64 Compiler invocation: ``` clang++ test-chai.cpp -Iexternal/ChaiScript/include -std=c++2a -lc++abi -ldl -stdlib=libc++ -pthread -g -o test-chai ``` ### Expected...

Related to #297. Not marking as "fixes" because this only applies to `byte-array-store`, not `temp-file-store`. Does what it says in the title. I recognize that this does overlap in intended...

waiting on dev

#### Expected Behavior: User is able to read/write on any stream that can be opened between the brain and computer. #### Actual Behavior: User can only read on `/ser/sout` and...

enhancement
todo
p: normal

Currently, `ThermodynamicTemperature` values cannot be added together; the module documentation does a good job of explaining why. However, that makes it rather difficult to calculate the average of a collection...

#### Expected Behavior: Given a flat binary `hello-world.bin`, running the command `pros upload --target v5 --slot 1 hello-world.bin` from a directory which does not contain a `project.pros` file successfully upload...

bug

Attempting to build any package which depends on the `hlibgit2` library causes an error regarding required versions of Cabal: ``` [__2] next goal: hlibgit2:setup.Cabal (dependency of hlibgit2) [__2] rejecting: hlibgit2:setup.Cabal-3.2.0.0/installed-3.2.0.0...