Chregi

Results 26 comments of Chregi

Maybe it would help to have specific test cases with ipv6 disabled: https://stackoverflow.com/a/41497555/888068 to explicitly see if these work

I just tried the `listen()` without explicitly giving the port and it used `127.0.0.1` as the default host, which did refuse the connections. For the moment, I just checked out...

Any updates on this? Having our custom built images is currently making it pretty laborious getting the latest features from the main repo to our deployment.

@PeteMac88 you found it already, but in case anyone else is ending up in this issue thread, looking for it, the helm charts are here: https://github.com/platzhersh/graphql-hive-helm

Is there any progress, or anyone else having this problem?

I'm having the same issue. I think it is caused by `ansi-align` requiring an older `string-width` version than some of my other packages (I had to add a resolution for...

@beaugunderson did that solve it for you? I think 6.1.0 is just not supported by align-ansi

Yeah, I wasn't able to solve it, `string-width` 6.1.0 seems to be incompatible with `ansi-align`, but I have other packages that are not compatible with `string-width` lower than 6.1.0 ```...

I am also working on a project where we use markdown tables in some of the graphql field descriptions, so this would be a nice feature.

Also having issues here when using `string-width` 6.1.0 ``` node_modules/ansi-align/index.js:3 const stringWidth = require('string-width') ^ Error [ERR_REQUIRE_ESM]: require() of ES Module node_modules/string-width/index.js from node_modules/ansi-align/index.js not supported. Instead change the require...