-
Subscribe to this issue and stay notified about new [daily trending repos in Clojure](https://github.com/trending/clojure?since=daily).
-
-
Figure out how to use factorygirl and write tests for our models.
I believe we're using MiniTest also.
listx updated
9 years ago
-
It would be nice to have the intellisense semantic analysis for specific toolchains. When these toolchains use the own specific compiler keywords and rules (depending on the architecture).
Especti…
-
## Problem statement
In traditional database systems, query planner and optimizer chooses the right indices and join order to ensure efficient execution of query. Opensearch does not have any such …
-
I propose turning off the following rules by default, so that the `recommended` config could act as a baseline which may be extended explicitly:
- `unicorn/filename-case` – This goes against the pr…
-
-
```
What steps will reproduce the problem?
1. this is the class that i`m testing:
public class Some {
public String some() {
return String.format("123", "456");
}
public JAXBContext getJAXB…
-
-
I am trying to use inject together with browserify. The latter is a perfect tool of compiling all local sources with CommonJS requires into one big distributable bundle. Inject can help complete such …