Zipdox2

Results 16 issues of Zipdox2

What the title says.

Is there any API documentation? I couldn't find a link in the readme, and the code doesn't include any docstrings. I'm having to practically reverse engineer your code to figure...

## Description I would like the option to export audio in 32-bit float sample format (fltp in FFmpeg). This would mitigate the clipping that occurs with integer sample formats. ##...

enhancement
feature

### Description The documentation is missing information about the aead_aes256_gcm encryption modes. There was an issue opened about this before but it was closed as these modes were "experimental". The...

bug
synced

**Motivation** Sometimes userscripts make use of a shared resources across multiple tabs that run the same userscript. For example a site may be rate limiting the user. You could use...

enhancement

When I click the GO button, I don't get a sudo prompt and I get a JavaScript error popup. ![image](https://github.com/Jyben/csgo-mm-server-picker/assets/121819828/b9aa79f2-bd9d-4f64-9fdb-190fd43e454f) Interestingly, the Reset button works fine (I do get the...

## Introduction Currently there is no API for downloading files. Specifically, for downloading client-side generated files. Downloading files is usually accomplished by creating an anchor element, setting its `href` attribute...

I'm working on the Rockchip pipeline and it currently supports dual encoding for recording and transmission. However, currently there are no separate settings for recording and transmission. If additional settings...

When using systemd-resolved and having `DNSOverTLS=yes` on its config, using ProtonVPN will cause DNS to stop working entirely on the system. Disabling DNSOverTLS is required to use ProtonVPN.

You're calling them MB but allocating MiB. 1 MB = 1000000 bytes 1 MiB = 1048576 bytes Please use the correct prefixes in your documentation. https://en.wikipedia.org/wiki/Byte#Multiple-byte_units