Adjel van der Meer

Results 12 comments of Adjel van der Meer

It looks like your fix unfixed itself in the mean time somewhere. Running the test someone mentions above yields this: ``` DEBUG=FOO DEBUG_DEPTH=40 node bla.js FOO something { x: 1,...

Looks like it works as expected now: ``` $ DEBUG=FOO DEBUG_DEPTH=40 node index.js FOO something { x: 1, y: { a: 2, b: 3, c: { a: 1, b: {...

Looks like these would be the colors to fix: ``` The colors of a closed fold are set with the Folded group |hl-Folded|. The colors of the fold column are...

I'm not sure. The proxy URL is http, not https. Is there any way to find out?

CONNECTED(00000003) 140655881995944:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:797: \--- no peer certificate available \--- No client certificate CA names sent \--- SSL handshake has read 7 bytes and written 305 bytes \--- New, (NONE),...

The proxy URL is in the logs I included. It starts with http://

Just to be clear. In this command: ``` openssl s_client -connect server.com:443 (or whatever port it's listening on) ``` Do you want me to connect to the actual endpoint or...

Using the exact same code, on the same machine, but jest version 29 works: ``` rm -rf node_modules npm install jest@29 nmp install npm test ``` This outputs: ``` >...

From the [repository ](https://github.com/eavdmeer/jest-30-bug/)I set up: ```json "devDependencies": { "jest": "^30.0.4" } ``` Maybe talk to [curbengh](https://github.com/curbengh). He seems to have been able to reproduce. Are you using MacOS on...

Do you by any chance have jest installed globally? This issue only happens the first time you run jest after a fresh install. If you have it installed globally, you'll...