arilou
arilou
Introduce the functionality of writing the subtitles/live chat to stdout. example usage: --write-subs --skip-download -q -o - Signed-off-by: Jon Doron ## Please follow the guide below - You will be...
This patch introduces the capability to implement custom iterators for file system traversal. This flexibility is particularly beneficial for applications requiring specialized handling of file systems, such as iterating over...
Make 0 frequency a valid option.
Add support for TDH counted ANSI string type
This config enables the syscall tracepoints which are mainly used by different security and observability tools. Related to: https://github.com/flatcar/Flatcar/issues/1617
* On all OpenSSL versions The documentation for SSL_CERT_DIR (https://docs.openssl.org/3.5/man1/openssl-rehash/#options) Is wrong for Windows, the documentation states: **_Colon_** separated list of directories to operate on. But in fact on Windows...
Previously, the engine was compiling the same regex multiple times during execution. This redundant compilation process led to unnecessary performance overhead and increased resource consumption. With this change, we store...
Add support for marking fields as Cow thus avoiding the need to own a value, this can be done on Bytes and String types only.
Before I go on and send a PR about this, I wanted to make sure you guys agree with this change. Basically today rustls-native-certs follows the same logic as OpenSSL...