Results 74 comments of Oleksii Shmalko
trafficstars

I experience the same issue. I have no clue what's really happening, but I suspect the issue with `$PATH`. Stack modifies it, so GHC can find hspec-discover.

I already have all my test modules in the `other-modules` section but I do experience the issue. Seems that you've changed something along adding your modules to the section.

Don't worry, I've found my own one ;) Just installed hspec-discover globally.

@kaa-leeroy test this please

@kaa-leeroy test this please

[KAA-1640](http://jira.kaaproject.org/browse/KAA-1640) has been fixed and the current Jenkins failure is caused by the changes in the PR. @elysoly could you please look at [Jenkins logs](https://jenkins.kaaproject.org:52001/job/kaa_pull_request/1965/org.kaaproject.kaa.server$kaa-node/consoleFull) to see what's wrong?

Try replacing the condition with: orgText !== null

I also experience extremely slow saving with a big file. It has some links and timestamps, no headings, no external links. [The advice above](https://github.com/org-roam/org-roam/issues/1752#issuecomment-896074821) doesn’t help. org-roam-20210901.1143 I have debugged...

From the discussion above, it doesn’t seem like there is a solution planned. The only solution mentioned is wrapping org-roam-db-update-file into a transaction and it doesn’t help with the multiple...

> a) Have these transclusions recognized by uniorg I think the easiest way to implement this is to add a unified plugin after `uniorg-parse` that would traverse all `#+transclude:` keywords...