Tristan Stenner

Results 39 issues of Tristan Stenner

In pandoc 2.5, a template with an unmatched template conditional causes pandoc to fail with an error: ``` $ cat test.md Foo. $endif$ $ echo 'Test' | pandoc --template=test.md [WARNING]...

[Brainvision Analyzer](https://www.brainproducts.com/downloads.php?kid=9) has a nifty feature (especially for aspiring MDs) called 'history tree', where each transformation (and subsequent transformations) are recorded and can be copied to other raw data files....

enhancement

I'm running davmail on a headless Debian box, so I'd rather avoid the heavy dependency on openjfx and dependencies. This PR moves openjfx from `Required` to `Recommends` so it's installed...

Wie in https://github.com/ruderphilipp/jmc/issues/1 skizziert, habe ich eine Beispielkonfiguration für Github Actions erstellt. Da die anderen Projekte (datasource etc.) ebenfalls mit kompiliert werden müssen, holt das Skript das Hauptrepository (mit den...

> Removing Biosig won't be easy. [..] Changing Biosig to be compatible with VSC won't be easy either, [..] I doubt this is going to happen. -- someone in #47

The Windows installer is great, but for users without admin rights (e.g. in clinics) a portable ZIP package (`cpack -G ZIP`) would be nice.

`basis_data` in `down_sampling_thread.h` is a `QList`, but neither `DataBlock` nor `FixedDataBlock` has a `addDownSampledVersion()` (but `GDFDataBlock` has it), so compiling the current head fails.

Sigviewer segfaults on the following short file (2 streams, 2 chunks, 10 samples each): [test_chunk3.xdf.gz](https://github.com/cbrnr/sigviewer/files/3028139/test_chunk3.xdf.gz) A [slightly longer](https://github.com/cbrnr/sigviewer/files/3028153/test_chunk3_longer.xdf.gz) file is fine, though. Here's the backtrace: ``` #0 0x0000555555632cd3 in sigviewer::SignalBrowserView::resizeScene(int,...

Almost all examples run without issues (after i `pip install pyqtgraph`) but `python PerformanceTest.py` fails with ``` Created outlet with name BetaGen and type EEG Created outlet with name GeneratedCentreOutMarkers...

* replace the map-based INI reader with a callback based function * move default values to the variable initializers, i.e. a default-construct `api_config` has sane defaults * add function `api_config::set_option()`,...

discussion