Robert Quill

Results 14 comments of Robert Quill

This feature is implemented as part of the obsidian-pandoc extension (which appears to be an alternative to this extension). See https://github.com/OliverBalfour/obsidian-pandoc/issues/4 Unfortunately the export to Word didn't work for me...

Thanks for fixing this.

General comments (from @axsaucedo) Renaming of classes Tensor->Vec, Image->Mat: See below for context on thinking Let's discuss if doing renaming now or after merge Namely as reviewing renaming PR easier...

TODO: - [x] Update examples (they don't build) - [x] height, weight -> x,y. - [x] Let's run codecov to ensure we can look to have good coverage - [x]...

### Test custom dtype for vectors vs image? I'm not completely sure what this meant. Custom types don't make sense for images as you can only create them with the...

> > ### Test custom dtype for vectors vs image? > > I'm not completely sure what this meant. Custom types don't make sense for images as you can only...

> > I'm not sure how to make this a compile-time error because the dtype is passed as a variable. > > Apologies, it seems I didn't share full context....

> > > > I'm not sure how to make this a compile-time error because the dtype is passed as a variable. > > > > > > > >...

@axsaucedo , most of the major refactoring/consolidation is now done if you want to give this another review. There are some small bits like x,y still to do but it...

Code coverage generally looks good (see attached). Most of the lines that aren't reached are because they are error cases that are difficult/impossible to hit. See the attached report. [html.zip](https://github.com/user-attachments/files/16836958/html.zip)