Thom Neale

Results 20 comments of Thom Neale

@konklone Yep, they're almost always {title}-{section}(.\d+)? or similar.

# Hierarchy --Chapter ---Section ----Subsection # Examples Chapter 22 Section 1-2 Subsection 2-3.1 And here's a flat dump of all hyperlinked citations in the Boston code if you need testcases:...

Was just talking to @nchammas about this the other day. I think this would work will if it followed a model similar to mutual funds. With a mutual fund, i...

It won't bind 443 unless another swarm service has an environment variable VIRTUAL_HOST where at least one url in the comma-delimited list begins with "https://". This confused me too, but...

@schrolla I'm trying to figure out "Tests have been added and/or modified to cover the changes in this PR." Since I didn't add any new lines of code, there's no...

I added some tests to verify that it works. I tried the approach @crutchfield suggested and added once for the case of ScubaConfig as well.

Thank you for running it @Dylan-MITRE. My test is messed up. I will take another swing at it.

This shouldn't be merged yet. I discovered the in powershell, `sort-object -unique` returns an array only if the sorted result contains more than two elements. If it only contains one...

@schrolla I think this is ready for review. Overall, I don't think the actual code changes truly justify the volume of tests and general controversy this PR created, so I...

Here are the run durations I recorded: [durationtimes.xlsx](https://github.com/user-attachments/files/15742518/durationtimes.xlsx) Of special note: many times when I ran the tests on either branch, `invoke-scuba` impossibly exited fine within 1-5 seconds. I need...