Maksim

Results 16 issues of 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 ![image](https://github.com/vidstack/player/assets/17622604/80aca5bf-40ec-4060-928b-cfef392e7dc6) ![image](https://github.com/vidstack/player/assets/17622604/b4cab79f-4260-42fa-80f2-03b32c078666) ### 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)...

bug

## 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: -...

bug