matt
matt
This is a rather large change in terms of the amount of code affected owing to it proving rather difficult to add this feature into things in a reasonable manner....
I noticed that the current PR #22 for a barcode visualisation is failing, so I thought I'd try to fix up whatever the problem is, and in the process decided...
Fixes #5214 For some reason, I had to bump `clap` from `3.2.22` to `4.0.18` in order to build; not sure why this is the case but it's included with this...
I'm just looking at the activity level in terms of PRs being merged, wondering if this project is still a thing?
Unfortunately, I cannot share the source documents that are causing this problem, so what I'm instead looking for is some hints as to where I may look to find what...
Sorry, keyboard flaked out there, hence the open-and-close... Anyhow, was looking at some math functions like `sqrtf()` and noticed some oddness / inconsistencies that I thought was worth asking about...
This commit ends up touching a fair chunk of code outside of the (proposed) `all_simple_paths_from` function. * rename `all_simple_paths` -> `all_simple_node_paths` * rename `all_simple_paths_from` -> `all_simple_edge_paths_from` * add analogous function...