Results 169 issues of Matthias Geier

The `sounddevice` module doesn't need `portaudio19-dev`, because it doesn't compile anything. I'm not sure if you need it for something else, though, so I put that in a separate commit...

It looks like two new vectors are created each time before `dsp.compute()` is called: https://github.com/grame-cncm/faust/blob/6ae42d1fb45a456cbf78575c22875befa00015a6/tests/impulse-tests/archs/rust/architecture.rs#L154-L158 I've very recently (a few days ago) published a crate exactly for the purpose of...

In the past, I've used `ipython_kernel_config.py` configuration files in the same directory as my notebook files, so that if others checked out my files (e.g. with `git`), they automatically were...

core

I apologize if this has been discussed before, but I didn't find anything about it in the issues ... I often see colored boxes in Markdown cells, e.g. in `docs/source/examples/Notebook/Notebook...

I really like this project, but one thing I always found irritating was the behavior of the mouse controls for rotation. There have been some discussions before, e.g.: * panning,...

WARNING: This is untested! This is a proof of concept for using inline SVG icons instead of the webfont for the two icons in the flyout. Something like this could...

## Details * Read the Docs project URL: https://readthedocs.org/projects/insipid-sphinx-theme/ The RTD theme is *not* used, therefore `badge_only.css` is loaded. ## Expected Result Faster page load? ## Actual Result I don't...

Improvement

I have a project on RTD which has a lot of branches and tags. When the RTD theme is used, the "version selection area" in the sidebar is scrollable if...

Accepted

### Describe the bug Recently, the unit tests of my project https://github.com/mgeier/sphinx-last-updated-by-git started to fail because Sphinx has changed the way how some dependencies of source files are determined. I...

bug

Please note that `badge_only.css` is inserted by RTD even if `sphinx_rtd_theme` is not used. It seems a bit much to load the whole FontAwesome web font just to get two...