mkorvas

Results 4 issues of mkorvas

Following commands from the MedCAT tutorial on my recently updated Arch Linux, I started by pip-installing `medcat==1.8.0`: ``` TMPDIR=$(realpath tmp) pip install medcat==1.8.0 ``` and it failed while installing the...

This is the result of my first encounter with this codebase (Docdeid _and_ Deduce), the second part (Deduce). My goal was to understand the inner workings of it and then...

It took me a while to figure out why in the [re-frame-10x](https://github.com/day8/re-frame-10x) view of my Re-frame data, from a certain point in time, the panel gets largely erased, looking as...

This is basically the same issue as https://github.com/cursive-ide/cursive/issues/1816 but for events registered using calls to `reg-event-db` and `reg-event-fx` from the `re-frame.alpha` package instead of `re-frame.core`. I checked, and when I...

bug