Vincent Nigro

Results 2 issues of Vincent Nigro

I would like to document and run CL snippets within Obsidian that I could execute with testable outputs. I currently have a workaround to make this work but at the...

I am using this library to get the first N amount of lines from a file in reverse... my current implementation is this: ```rust fn lines_from_file(file: &File, limit: usize) ->...