Robert Scott

Results 72 issues of Robert Scott

Leptonica 1.83 moved a number of `struct` definitions into "private" headers, notably `Pix` and `Box` et al. This causes a build failure: ``` src/TessTools.cpp:147:25: error: member access into incomplete type...

`astar_bfs_visitor` calls `m_vis.edge_relaxed` _before_ setting the new cost map value in `tree_edge` and `black_target` (and in `astar_search_no_init_tree`'s main loop from the looks of it), but _afterwards_ in `gray_target`. This is...

What ---- This should make it easier to keep track of whether tests are (still) passing or not. --- 🚨⚠️ Please do not merge this pull request via the GitHub...

It would be nice to be able to set up a machine with disk encryption using nixos-infect - particularly in situations where you don't have 100% assurance of the provider's...

**Describe the bug** After removing an errorcheck resource from the terraform source (but leaving its provider configuration in place), initialization complains that the configuration has been removed: ``` Initializing provider...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Feature description Being able to filter AWS/DDoSProtections by tag would be handy, but...

enhancement

Hi there, it's hard to figure out if the 18.x branch has a fix for CVE-2024-31503, and the CVE description and commit messages are obfuscated enough to make it impossible...

Do what you like with this, but this is what I'll probably be using to work with this. Single package manager instead of 3 package managers fighting over the same...

### Describe the bug A `tag_filter` or `tag_regex` value of e.g. a single space will activate the filtering mechanism. Why does this matter? AWS SSM Parameter Store won't accept zero-length...

bug