Setting the font size

2016-10-05 Thread Cecil Westerhof
I already asked it on Clojure-seesaw, but the last three months there has been no activity there. So I ask it here also. Some time ago I wrote a Clojure program that uses SeeSaw. I just bought a high resolution monitor and now I cannot read the text in my JFrames anymore. How can I increase the de

Clojure + ClojureScript + Electron + Om.Next + Boot and ProtoRepl on Atom to co-exist?

2016-10-05 Thread Mathias De Wachter
Hi Ray, I'm in a pretty much identical situation, except that I'm using re-frame for the gui that connects to the websocket the local clojure app provides. I haven't gotten as far as you yet, since I haven't yet started the "port" of the gui from browser to electron. I also have two code bases,

Re: Neanderthal (fast CPU & GPU matrix library for Clojure) will also support Windows out of the box

2016-10-05 Thread Christian Weilbach
Nice! I have seen that the neanderthal licence file is in the libnd4j repository: https://github.com/deeplearning4j/libnd4j Do you have some cooperation with the dl4j people? Cheers, Christian On 04.10.2016 17:53, Dragan Djuric wrote: > Hi all, > > I've just spent some time building ATLAS for

Re: Setting the font size

2016-10-05 Thread Sanel Zukan
Hi Cecil, Setting fonts under Seesaw isn't the most intuitive option, so you'd have to dig into Swing core for this and investigate java.swing.UIManager documentation. Here is a function that I often use in my applications: (defn set-font "Set default font for the whole Swing application. Make

Re: [ANN] A CDN for Clojars (testers needed)

2016-10-05 Thread Toby Crawley
Thanks Alan, Sean. One thing I forgot to mention is we're not yet generating download statistics for downloads via the CDN repo. We're collecting the logs, but aren't yet processing them. We'll be implementing that soon, and will include the historical data once we do. - Toby On Tue, Oct 4, 201

Re: Neanderthal (fast CPU & GPU matrix library for Clojure) will also support Windows out of the box

2016-10-05 Thread Dragan Djuric
No, I do not have a cooperation with them, nor did I know they use Neanderthal. Well, I guess good software finds its way to the most unexpected places :) On Wednesday, October 5, 2016 at 12:42:00 PM UTC+2, Christian Weilbach wrote: > > Nice! I have seen that the neanderthal licence file is in

Re: Recursive clojure.spec doesn't work

2016-10-05 Thread Aaron
I was playing around with something similar to the OP and encountered this same problem using s/spec recursively. Yes, I get it that there are work-arounds, but it seems like this is a legitimate issue. s/spec as you say resolves at definition time, but the rest of the combinators (s/alt, s/and