nodet

Results 7 issues of nodet

Consider the following `test.asciidoc` file (and assume that `images/etudes.png` exists and is a valid PNG file: ``` :data-uri: Test. image::images/etudes.png[Foo] ``` Using `asciidoc 10.0.2` on macOS 12.0.1, I get this...

bug

Running `Bitcoin Core version v22.0.0 (release build)`, I can see that the max number of outgoing connections is 10. ``` $ cat ~/.bitcoin/bitcoin.conf datadir=/mnt/disk/blockchain blocksonly=1 $ bitcoin-cli -getinfo { "version":...

In item 76, on page 361 of the 2nd edition, you define the function `verify_complex_case`. It's part that verifies whether the results and the expected value lists have the same...

Confirmed
2ed
Next edition

In order to use Python 3.12, one needs `requests` to be at least at 2.25. I checked that ``` python -m venv --prompt "linkchecker" venv source venv/bin/activate pip install hatchling...

With the evolution of CPLEX Optimization Studio, a number of links were incorrect. I fixed them. I also fixed a few typos.

It looks like the 'hasExtractedLicensingInfos' part of JSON SBOM files (defined at https://spdx.github.io/spdx-spec/v2.3/other-licensing-information-detected/) is just ignored. I didn't find where it is processed in `SPDXParser._parse_spdx_data`, and I didn't find where...

enhancement

For package `pkg:golang/github.com/klauspost/[email protected]`, Parlay incorrectly returns > "licenseConcluded": "(Apache-2.0 OR BSD-3-Clause OR MIT)", where it should be > "licenseConcluded": "(Apache-2.0 AND BSD-3-Clause AND MIT)", The license text for this package...