kittenswolf

Results 12 issues of kittenswolf

**Is your feature request related to a problem? Please describe.** It's currently not possible to know how far conversion has progressed when using `freaccmd`. This is a problem especially when...

enhancement

**Describe the bug** Note: I wasn't sure whether I should submit this issue here or on the BoCA repository, but since the issue occurs with the freaccmd CLI I posted...

bug

**Is your feature request related to a problem? Please describe.** If I want to change the bitrate of an opus file I have to use `--bitrate 48`. For an mp3...

enhancement

### Environment self-hosted (https://develop.sentry.dev/self-hosted/) ### Version Sentry 22.7.0 ### Steps to Reproduce I have a project with the javascript type platform. I do not have any release tracking set up,...

Status: Unrouted

The wikipedia api provides a section an id (1 upwards), it'd be nice if that would also be included. Example: https://en.wikipedia.org/w/api.php?format=xml&action=parse&prop=sections&page=License

good first issue
Stale

**Describe the bug** Downloading a file that is larger than the `download_limit_size` setting does not cancel the download. This causes unnessecary cpu & network load, and can be used to...

enhancement

I used: https://closure-compiler.appspot.com/home **Input code:** `document.write(String.fromCharCode(115));` **Expected output:** `document.write("s")` **Actual output:** `document.write(String.fromCharCode(115));` I expected the `String.fromCharCode` function to be removed to just the resulting character.

good first issue
P4
feat

Steps to repro: `pyminifier --obfuscate-variables --obfuscate-functions --replacement-length=52 test.py` test.py: ``` def test(): x = "hello world!" y = "123" z = "987" print(z + x + y) test() ``` **Expected...

``` >>> x = Bar("%", max=100) >>> x.next() Traceback (most recent call last): File "", line 1, in File "/home/kittenswolf/.local/lib/python3.6/site-packages/progress/__init__.py", line 120, in next self.update() File "/home/kittenswolf/.local/lib/python3.6/site-packages/progress/bar.py", line 36, in...