Yannick Funk

Results 7 issues of Yannick Funk

### Describe the bug When streaming audio, the reconstructed signal of the streamed chunks sounds choppy. ### Is there an existing issue for this? - [X] I have searched the...

bug

```py import genanki my_model = genanki.Model( 1091735104, 'Simple Model with Media', fields=[ {'name': 'Question'}, {'name': 'Answer'}, ], templates=[ { 'name': 'Card 1', 'qfmt': '{{Question}}{{MyMedia}}', 'afmt': '{{FrontSide}}{{Answer}}', }, ]) my_note =...

I wanted to calculate a mean over an `ArrayView1` with 1000 values and encounter a panic: `thread 'main' panicked at 'attempt to add with overflow', /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/arith.rs:107:1` Is this intended? Or...

enhancement

As there are no tests at the moment. The goal should be to provide a baseline of unit tests and enforce test implementation for new added functionality

improvement

**Is your feature request related to a problem? Please describe.** Currently, when running invalid code in a REPL, the error message from pyodide is directly propagated. Something like: ``` JsException(PythonError:...

type: enhancement
tag: repl
tag: rendering
backlog

I specified the following parameter Space and ran the Optunity Solver: config = { "hyperparameter": { "convlayers": { "domain": "uniform", "data": [1, 5], "type": int }, "denselayers": { "domain": "uniform",...