Results 91 comments of David Evans

> No ambiguity because "directly" means immediate children, not children of children, and therefore not blank lines between sub list items. As confirmed by the dingus output. I guess that...

> If anyone would like to propose a new design to achieve the same behavior Unless I'm missing something, the simplest option would be to use a regular global value:...

I see this was originally handled correctly but got broken by #18

Looking at the source code, this library refers to it as [`gray`](https://github.com/sindresorhus/yoctocolors/blob/main/base.js#L63) and [`bgGray`](https://github.com/sindresorhus/yoctocolors/blob/main/base.js#L73).

Hi; I'm afraid this project has only been tested on Unix-based OSes (specifically macOS & Ubuntu) The relevant code for that error is [VirtualTextSizer.mjs](https://github.com/davidje13/SequenceDiagram/blob/b68596cdf230c58df83fd27a6480f3645714310b/scripts/svg/VirtualTextSizer.mjs) and [base.mjs](https://github.com/davidje13/SequenceDiagram/blob/b68596cdf230c58df83fd27a6480f3645714310b/scripts/base.mjs). I'm _guessing_ that the...

> I've noticed that superwstest includes checks for different Node.js versions. Could there have been a recent change in how Node.js handles IPv6 addresses, which might be causing this issue?...

After a bit of digging, I found the root issue in superagent (which is used by supertest) Specifically, [this line](https://github.com/ladjs/superagent/blob/378f5479ffbad4b4f533b2d7a55e356ada950970/src/node/index.js#L757) tries to set the `host` option in a call to...

I have reported this in the relevant library here: https://github.com/ladjs/superagent/issues/1828

This has been fixed upstream, so should be resolved now. Let me know if you're still having problems.

Added some automated testing for this to ensure it doesn't get broken in any future updates to superwstest.