arilou

Results 11 issues of 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...

enhancement

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

alpha
beta
stable
main
on-hold

* 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...

branch: master
good first issue
help wanted
triaged: documentation
branch: 3.0
branch: 3.2
branch: 3.3
branch: 3.4
branch: 3.5

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