Maksim
Maksim
Real: https://nodeca.github.com/js-yaml/ (404 There isn't a GitHub Pages site here.) Expected: https://nodeca.github.io/js-yaml/
How to reproduce: ```js import pino from 'pino' const transports = pino.transport({ targets: [{ level: 'error', target: 'pino/file', options: { destination: '1' //stdout } }] }) const logger = pino({},...
### Current Behavior: `\N` is not supported `{\pos(317,366)}` is not supported   ### Expected Behavior: `\N` is supported `{\pos(317,366)}` is supported ### Steps To Reproduce: Example subs: https://reference.opengram.dev/Trigun.rus.srt [Trigun.rus.zip](https://github.com/vidstack/player/files/15179976/Trigun.rus.zip)...
## This relates to... #3988 ## Changes Added fallback for `requestTls.servername` ### Bug Fixes Fix `servername` when using `requestTls` #3988 ## Status - [x] I have read and agreed to...
## Bug Description When using the `requestTls` option (specifically `rejectUnauthorized`) in conjunction with the DNS interceptor (`interceptors.dns()`), multiple SSL errors are thrown. The behavior changes depending on the configuration: -...