Anthony Rubick
Anthony Rubick
One thing I did was rethink how solutions are organized entirely, basically treating each solution as its own separate project, this has the downside of making accurate benchmarks practically impossible...
Though now that I think about it, if the goal is just multi-year support you could just change the naming conventions of the solutions to include the year, and making...
> We could take _both_ approaches as well, couldn't we? > > Even if we had some sort of markdown to html converter that took all the markdown files from...
Some terminals can render images too
Use docstring comments `///` instead of normal comments `//`
The way I see it, the current tests should still remain as tests for the cli, which is why they weren't removed or modified by this PR.
Honestly, that's about it. The integration with cargo test *is* the main selling point, having all our tests (current and future) tied to the same tool is quite nice and...
Also, if you would like to merge this, give me time to fix the failing CI, cargo check is failing and I need to investigate that update: Okay, I just...
another pro is being able to distinguish between whether an issue exists in the CLI or the library itself (if existing tests fail but new ones don't, the CLI is...
Sure, I’m down to help maintain these repos