-
I've been going through massive.js to evaluate it for a project, and it kind of feels like it's trying to do too many things under this one banner.
I think that the core of the project is really some…
-
I'm seeing thrice the output of println when I enable [cider/cider-nrepl "0.10.0-SNAPSHOT"] in my user profile. I didn't have this problem with 0.9.0.
In case it's useful, I'm using these other plugi…
-
I think it would be nice if tests are automatically encased in a transaction and I did with the help of a dynamically bound connection:
``` clojure
(use-fixtures
:once
(fn [test-function]
(d…
-
I'm converting all my yesql code to hugsql, and I've run into this very strange bug. Need some helping in understanding why this happens.
I'm trying to run the following sql:
```
--:name create! :!
…
-
I noticed that when I have the latest Tower releases `3.0.2/3.1.0-beta3` included in the project then I get errors regarding encore compilation:
```
WARNING: Use of undeclared Var taoensso.encore/vsp…
-
The current recommended approach is to split up each command in its own separate file. This can result in large amounts of files for each migration for many non-trivial cases. This incurs an overhead …
-
I'm having an issue starting a Cursive REPL with **FigWheel** and my project. The project is ClojureScript front-end with a Clojure back-end.
I've tried the following scenarios:-
**Scenario 1**
F…
simax updated
9 years ago
-
I touched on this in the Reddit comments and in another issue, but figured I'd formalise it.
- https://github.com/krisajenkins/yesql allows multiple queries per file
- Being able to do this would be e…
-
I have a very simple example but it doesn't seem to work
code
``` clojure
(ns backend.main
(:require
[com.stuartsierra.component :as component]
[clojure.pprint :refer [pprint]]
[aleph.http…
ghost updated
8 years ago
-
Seems like a very clean way to handle queries