Re: Disable namespaced maps formatting in the REPL?

2017-06-27 Thread Christian Johansen
ure.core/print-meta m w) > (#'clojure.core/print-map m #'clojure.core/pr-on w)) > > > > > On Tuesday, June 27, 2017 at 1:06:27 AM UTC-5, Christian Johansen wrote: >> >> Hi, >> >> *print-namespace-maps* disables the new namespace maps formatting in >> Cl

Disable namespaced maps formatting in the REPL?

2017-06-27 Thread Christian Johansen
Hi, *print-namespace-maps* disables the new namespace maps formatting in Clojure 1.9. However, it does not seem to affect formatting of return values in the REPL (tried both the standard REPL as well as in Emacs with CIDER). Is it possible to completely disable this kind of formatting of maps

Re: Able to consume some nom modules, not others

2017-05-26 Thread Christian Johansen
I suspect that the problem is that the library I'm looking to fetch does not actually export anything. It only defines a polyfill. If there's any way to make that work I'd like to know. Christian fredag 26. mai 2017 10.59.20 UTC+2 skrev Christian Johansen følgende: > > I'm i

Able to consume some nom modules, not others

2017-05-26 Thread Christian Johansen
I'm in need of an EventSource polyfill for my app to work in IE/Edge. So I figured I'd take a look at the new npm support. I can get the left-pad example from this post to work: https://anmonteiro.com/2017/03/requiring-node-js-modules-from-clojurescript-namespaces/ However, trying to build

[ANN] Prone: Exception/debugging middleware

2014-09-01 Thread Christian Johansen
Hi, Prone (http://clojars.org/prone - http://github.com/magnars/prone) is a new middleware for Ring apps that replaces the default exception page with an interactive page that presents the exception, stack trace and environment data in a more easily understandable way. It can also debug

Re: [ANN] Clojure 1.6.0-RC3

2014-03-24 Thread Christian Johansen
Thanks for all your hard work on this! One thought: I like the idea behind some? and friends, but the naming seems misleading to me. In most APIs that have an every?-like function, there is a corresponding some? or any?. In Clojure this is not the case, but we do have every? and some, which

Re: [ANN] Stasis - not another static site framework

2014-03-11 Thread Christian Johansen
I just posted a quite long and detailed post/tutorial on using Stasis for static web sites, including integration testing of all pages, link checker ++ The post also shows off using Optimus for asset optimization, and Enlive and Hiccup for markup generation/manipulation.