Dody Suria Wijaya
Dody Suria Wijaya
I think there's a race condition in goreplay that causes corruption of captured requests. My particular setup to reproduce this is by tcpdump incoming http traffic to a pcap file,...
Has `input-raw-realip-header` everwork? Adding this option added the specified key to the header, but the value is always empty. Looking at the source code, I don't see anywhere `SrcAddr` being...
Noticed rarely whisper cpp generates .txt, .vtt, and .vrt that contains invalid UTF-8 byte character. Would this be something expected from the whisper model that the user needs to handle?...
For use case where whisper is used to transcribe video stream like mp4, sometimes the original stream (e.g RTMP) has network issues that results in pts (presentation timestamp) jumps. Currently...
Would love to be able to read, update, and write vtt with the metadata header intact. E.g. ``` WEBVTT X-TIMESTAMP-MAP=LOCAL:00:00:00.000,MPEGTS:126000 00:00:00.000 --> 00:00:02.000 Hello there ```
Hi, I noticed the validation process did not complains with issue if the search schema contains field of type `array`, combined with indexing: attribute, even though (after a lot of...