Maximilian Roos

Results 502 comments of Maximilian Roos

I'm starting to explore this; initially with `dimensions` declared at runtime; something like: ```rust pub struct NamedArray where S: RawData, { array: ArrayBase, dimensions: Vec, } ``` ...and then I...

Thanks a lot @jturner314 ! I'll come back to you with questions. I diverted some time to making Clippy pass, hopefully my current spell of spare time for OSS will...

@graingert @auvipy do you think it might be time to fork it? It's a great project, it would be a shame to see its demise. (Ofc if @Teemu wanted to...

Nice, thanks @graingert , it looks good!

Relatedly — when `status.magit` is the only window and the file explorer is open on the right — then after committing, the focus goes to the file explorer, rather than...

That sounds quite unfriendly! A couple of questions to reduce the size of the example, without providing any answers yet unfortunately: - Is `process_map` from `tqdm`? Do you get the...

Re nearest, does it replicate with exact lookups?

> I think the right word for this may be "schema" Right! 🤦‍♂️ > Just googling around, I came up with pandas-validator Interesting, thanks. Do you think this fits into...

And let me know if there are already textual schema definitions from other libraries that you think are good, before we go and build our own (we don't work with...