johbra
johbra
Hi, following the [tutorial](https://figwheel.org/tutorial) I am encountering the following problem: Under the headline [Starting the REPL already initialized with your code](https://figwheel.org/tutorial#starting-the-repl-already-intialized-with-your-code) it is described how changed code is compiled and...
Looking for fn references (using a Clojurescript real) yields the following exception: Show: Project-Only All Hide: Clojure Java REPL Tooling Duplicates (12 frames hidden) This is an unexpected CIDER middleware...
Trying something like `[simple-v-table :striped? true :model (r/atom ...) :columns [...] ]` results in the error message Unknown parameter: :striped? Is there a way to fix this? Johannes
### Issue: trying to type * results in moving the cursor to the right and no * appears ### Environment: - Browser: Safari/Chrome - Platform (Mac/Windows/Linux): Mac ### URL to...
Hi, if I try to export the following line to pdf `[[latex-opt:marginnote][ [[https://clojure.org][Clojure.org]] ];2\baselineskip]]` I get the following message in the Minibuffer: Wrong type argument: strings, nil Johannes
If I use the curl example from the dropbox api spec replacing "mute": false by "mute": true curl -X POST https://content.dropboxapi.com/2/files/upload \ --header "Authorization: Bearer " \ --header "Dropbox-API-Arg: {\"path\":...