TuggyNE
TuggyNE
Using e.g. Datomic's support for transient in-memory databases in tests, along with test.check's property-based testing and (I strongly suspect) the failure data added by tools like [test.chuck](https://github.com/gfredericks/test.chuck)'s `for-all` macro produces...
As seen in https://github.com/adambard/failjure/issues/33, there's extra config that causing problems.
I set up auto-sync a few months ago (for some shared Org mode files) and it seemed to be running well since then. However, late last month it seems to...
My settings.json has this preference (set from the UI): ```json "todo-tree.filtering.excludeGlobs": [ "**/node_modules/*/**", "**/*.calva-repl", "**/*.txt", "**/*.TXT", "**/*.log" ] ``` It doesn't work. `.calva/output-window/output.calva-repl` relative to the project root is included....
###STR 1. Create new project with e.g. Leiningen 2. Start a non-Calva REPL, e.g. `lein run` 3. Run Calva: Connect to a Running REPL Server in the Project (from palette...
Launching a jack-in silently fails in all projects after upgrade to 2.0.233, even after downgrading
Today, after I upgraded Calva to the latest release, I can't start the project REPL for any of several projects that were just running fine in 2.0.231. Unfortunately, this appears...