-
Not sure what info I can provide, but this is the file that uses Optimus:
``` clojure
(ns fynder.exporter
(:require [clojure.java.io :as io]
[clojure.string :refer [replace]]
…
-
default-war-root should look for "war" locaton using some other point (maybe, project.clj?) as it may fail sometimes. The reason is the following:
When I do development in REPL in IntelliJ La Clojur…
-
Firstly, thank you to developer(s) of this project for their contributions.
I was reading the 'differences to clojure' and 'missing functionality' sections in the readme.
I think the write-up…
-
I have decided to do my Clojure development with Slimv.
I completely missed that this is targeted at fireplace - until I started browsing the sources looking
for why it didn't seem to be working...…
ghost updated
6 years ago
-
I can download and run the project fine. However, when I use maven to load it into a clojure project. There is an error. I don't think it's a clojure problem but I'm a bit stumped as to what to do.
…
-
Hi!
I'm not sure if this is a good place for this question, let me known if is an other.
The question is: it make sense the api-builder dependency in leaven? I have observed the code and the schemas…
-
Hi there,
I'm trying out `cyanite` and set it up to get its input from a carbon aggregator instance.
After receiving the pickled objects on port 2004 `cyanite` fails to unpickle the data (See stackt…
-
More of a question than an issue. Do you know of anyone that has built a `clj-kondo` extension for `odoyle-rules`? I use `clj-kondo` for all of my Clojure development and would like the symbol bindi…
-
It's absolutely inconvient to use IDE when refresh the page - the questionnaire response is lost.
1. Keep questionnaire response in locale storage along with launch context, and apply it on the app…
-
I have been trying to follow some tutorials on android clojure development, mainly this one:
https://github.com/alexander-yakushev/events/blob/master/tutorial.md
However I can't get the *a macro t…