-
- O’Reilly and MakerPress
- Clojure Cookbook
- GitHub supports AsciiDoc syntax in repositories, wikis and gists (powered by Asciidoctor)
- NFJS, the Magazine is produced from articles written in Ascii…
-
I'm trying to get pretty printing working but having no luck. It was working briefly when I initially turned on "Auto Pretty Print" in the settings, but a short while later pretty printing stopped wor…
-
Hi,
I just wanted to point out that I've started to add XMPP support on my xmpp branch here:
https://github.com/jolby/appengine-magic
I'm still new to GAE and appengine-magic, so if anyone sees somet…
jolby updated
13 years ago
-
-
Hi! I just setup a new project with the options +aleph +reitit +auth +postgresql +cljs +re-frame +graphql +boot +kibit but I'm getting on odd error on `build run`
```
java.io.FileNotFoundException: …
-
I'd like to disable the formatter for my clojure development. Apparently the way to do this is in intellij is by using "Formatter marks in comments", like
``` java
// @formatter:off
...
// @formatte…
-
I do some of my development in Clojure/Script, and one of the killer features for me is the REPL.
I've tried to use Quokka to recreate that experience in JavaScript, and while its useful, the expe…
-
_Note, the tip described [here](https://groups.google.com/forum/#!topic/google-web-toolkit/t6mXHRPVOfM) shows how to use Github issues to render code nicely for pasting into a Google Group discussion.…
-
I am running debian testing with libc version 2.13 and cannot run overtone because the native library libscsynth.so is requiring libc 2.14.
```
user=> (use 'overtone.live)
--> Loading Overtone...
Uns…
ptrv updated
11 years ago
-
If you always have the same setup, then one alias with everything can be the optimal approach
An aliases that has everything is fine. The only constrain is that it will alway run everything. The al…