Patrick Marks

Results 9 issues of Patrick Marks

The LICENSE file doesn't have a year & copyright holder filled in: https://github.com/smartcorelib/smartcore/blob/development/LICENSE#L189 This can cause an issue with a legal review of dependencies, because it can be interpreted to...

We've been maintaining this as separate branch for a while: it works really well for us to get reliable builds on diverse machines without requiring an HDF5 installation & to...

build

See Container::write_slice(). Right now we can't write Arrays with non-standard memory layouts (for example an ArrayView that comes from slicing a normal array.

Possible Improvements

Preliminary Xenium support for Seurat. Opening this as a draft to get the discussion going. We are very open to suggestions about how to approach this. I'm also curious what...

The current code is not compatible with flate2 = "0.2", because `MultiGzDecoder::new()` returns `Result` rather than `MultiGzDecoder`

The build of parasailors fails inside it's build.rs. I'd recommend dropping parasailors as a dev dependency because it's not critical for testing `fastq` or demonstrating it's functionality, and projects with...

for discussion purposes, to see if this is on the right track. Compute shaders can only communicate results by writing into writeable storage buffers, so this also adds support for...

**Describe the bug** When rotating a TextShape, the center of rotation is the LEFT_TOP, regardless of the anchor used when creating the text with `egui::Shape::text`. I think the more useful...

bug

**Description** Disagreement w/ Chrome about whether direct access to atomic is allowed in compute kernels. wgpu 25.0.0 on Mac lets me do "non-atomic" stores and loads to a `var foo:...

type: bug
naga
area: naga front-end
lang: WGSL
area: naga processing