Tomáš Sieger

Results 9 issues of Tomáš Sieger

MF doc is impressive. IMHO a total newbie would, however, appreciate a minimalistic example demonstrating and explaining the very basics of MF: a repo, a .md file, a notebook, a...

:octocat: enhancement
major :hurtrealbad:

Changing the name of a note (when editing a note) does not propagate into the Notebook Outline. Reopening the Notebook is needed to make the note name change propagate into...

:octocat: enhancement
:suspect: minor

Some inline equations render well, but others do not. Consider this example: ``` this renders well: $r_{ij} = \hat{\beta_j}$ this does not: $r_{ij} = \hat{\beta_j} X_{ij}$ ``` which getrs rendered...

bug :lady_beetle:

It would be nice to be able to easily switch between view and edit mode in the right panel. To edit a note, I click a note in my Outline...

It would be nice to enable optional auto-filling of Tabs with spaces. Now, Tab inserts a Tab character, but it would be nice if e.g. 4 spaces (as configured) were...

When a 2nd-level markdown bullet is indented using four spaces, the editor renders it nicely in green. When the bullet is indented using a Tab (configured to 4), the editor...

bug :lady_beetle:
:suspect: minor

When setting new parameters using the `Set parameters` button, the new parameters do not take immediate effect, but apparently take effect after new data loading. It would be nice if...

enhancement
documentation issue

It seems that pressing the `Reject` button merges the corresponding cluster with the garbage spikes (i.e. the cluster 0) internally, but does not refresh the GUI: the cluster 0 seems...

enhancement
documentation issue

ECG artifact removal does not scale with BSTD signal length. It is quadratic in signal length. For long signals (hours and more), the code does not finish in several hours...