Seth
Seth
I added the -o hdmi option to the run_command in playvideo and it seems to be working now! I was playing from pi -> av receiver -> projector. Remaining issue,...
### Bug description Converting a `DynamicVector` to a `String` using the `String` constructor results in a string that is missing the last element of the `DynamicVecotor` used to create it....
See discussion here: https://github.com/sstadick/gzp/issues/40 This shouldn't be a large amount of work.
Hello! Is there any particular reason that ParallelGZipOutputStream has not been formalized over the years? I find it incredibly useful, and wouldn't mind trying to put together a PR for...
Hi! I love your library for how easy it makes it to offload the decompression / reading to a different thread. I often need the same thing for fasta files,...
**Problem** I currently have several snakemake workflows that require different environments on a per-rule basis when running within a docker container. I want the creation of the docker container to...
`FileHandle.read` was removed in 716cd45 for safety. This adds a safer mechanism for reading that has a known size, unlike the previous `read` method that could take a size of...
Adding tests for the `-1` variants of the `FileHandle` `read` and `read_bytes` methods.
`pack_bits` can't convert a SIMD[DType.bool, 1] vector into a valid integral type. This adds an explicity error message when this function is called with a scalar. Create the error: ```python...
### Review Mojo's priorities - [x] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities. ### What is your request? Document the `@no_inline`...