Re: [ANN] clindex 0.2.3 - a Clojure[Script] source file indexer

2019-11-06 Thread Juraj Martinka
at can be causing this. Current master has a fix for honoring > :mvn/repos in deps.edn, maybe that fixes it? > > El martes, 5 de noviembre de 2019, 11:01:59 (UTC-3), Juraj Martinka > escribió: >> >> Btw. I've also tried it on one of our closed source proje

Re: [ANN] clindex 0.2.3 - a Clojure[Script] source file indexer

2019-11-05 Thread Juraj Martinka
scanner.clj: 108 clindex.scanner/scan-all-projects This ls likely because the *(maven/make-system) *call returns nil for some reason but, unfortunately, I ran out of time before I could investigate this further. On Tuesday, 5 November 2019 14:47:32 UTC+1, Juraj Martinka wrote

Re: [ANN] clindex 0.2.3 - a Clojure[Script] source file indexer

2019-11-05 Thread Juraj Martinka
amespace declarations. > You can try to run lein deps :tree and check the only tools.namespace is > `jpmonettas/tools.namespace 0.3.2`, if you see some > `org.clojure/tools.namespace` you can add it to that project exclusions. > > I hope that helps! > > Juan > > El martes

Re: [ANN] clindex 0.2.3 - a Clojure[Script] source file indexer

2019-11-04 Thread Juraj Martinka
This looks really cool! I'm trying this on a leiningen project ( https://github.com/jumarko/clojure-experiments/) but I'm getting a NPE: Reflector.java: 426 clojure.lang.Reflector/invokeNoArgInstanceMember utils.clj: 11 clindex.utils/normalize-path

Re: [ANN]: circuit-breaker-fn 0.1.4

2019-08-20 Thread Juraj Martinka
> Dimitris > On 19/08/2019 06:24, Juraj Martinka wrote: > > Hi Dimitris, > Thanks for the library. > > After quickly skimming the README file I'm wondering how does it compare > to alternatives you mention at the end and/or Hystrix. > > On Sunday, 18 Au

Re: [ANN]: circuit-breaker-fn 0.1.4

2019-08-18 Thread Juraj Martinka
Hi Dimitris, Thanks for the library. After quickly skimming the README file I'm wondering how does it compare to alternatives you mention at the end and/or Hystrix. On Sunday, 18 August 2019 19:42:30 UTC+2, Jim foo.bar wrote: > > Hi folks, > > As the name implies, this [1] is a small (pure

Re: [ANN] Morphe: an aspect-oriented tool

2019-06-25 Thread Juraj Martinka
Looks cool - thanks for sharing this. What kind of aspects do you find to be used most often? Is it mostly logging/tracing/timing or also something else? Roughly how much did you use these *aspects *in the codebase you worked on and in which parts of the application? (mostly edges?) On Monday,

Re: Add support for seq on Java streams?

2019-04-12 Thread Juraj Martinka
Since now the minimum required Java version is 8 (I believe) is there any plan to implement this in core? On Tuesday, 23 February 2016 18:06:48 UTC+1, Alex Miller wrote: > > It may, however keep in mind that Clojure supports Java 1.6+ and Stream > was added in 1.8. That's not an impossible

Re: [ANN] Oz 1.4.0 - Interactive data visualizations and scientific documents with Vega/Vega-Lite

2018-12-19 Thread Juraj Martinka
Great, thanks for sharing! On Wednesday, 19 December 2018 05:31:25 UTC+1, Christopher Small wrote: > > > Hi Juraj > > Glad you have it working now! > > I mostly use oz from the Clojure REPL as an exploratory tool in my work on > Polis (see https://www.youtube.com/watch?v=2tBVMAm0-00). I have yet

Re: [ANN] Oz 1.4.0 - Interactive data visualizations and scientific documents with Vega/Vega-Lite

2018-12-18 Thread Juraj Martinka
nter/JFreechart, C2, quil, gyptis, quil/grafica, >> rojure->ggplot2, vizard). Really happy that oz takes vizard further. >> vega/vega-lite works really well with clojure. >> >> >> >> On Tuesday, December 18, 2018 at 10:12:07 AM UTC+1, Juraj Mart

Re: [ANN] Oz 1.4.0 - Interactive data visualizations and scientific documents with Vega/Vega-Lite

2018-12-18 Thread Juraj Martinka
I'd like to try this but got stuck pretty early: (ns clojure-repl-experiments.visualizations.oz (:require [oz.core :as oz])) (oz/start-plot-server!) (defn group-data [& names] (apply concat (for [n names] (map-indexed (fn [i x] {:x i :y x :col n}) (take 20 (repeatedly

Re: [ANN] Clojure 1.10.0-RC1 (please test!)

2018-10-12 Thread Juraj Martinka
Btw. I was facing issues with `lein repl` after switching to clojure 1.10: ``` lein repl ... Exception in thread "main" java.lang.ExceptionInInitializerError at clojure.main.(main.java:20) Compilation failed: Subprocess failed ``` Cleaning .lein* files in the project directory fixed it:

Re: [ANN] Cronut: Scheduled Execution via Quartz and Integrant

2018-06-11 Thread Juraj Martinka
This looks really nice! Thanks for putting this together. On Friday, 8 June 2018 14:08:14 UTC+2, Derek Troy-West wrote: > > Cronut provides a data-first wrapper for the Quartz Job Scheduler. > > Github: https://github.com/troy-west/cronut > Clojars: [com.troy-west/cronut "0.1.0"] > > Clojure has

Re: [ANN] clj-memory meter – measure the memory used by arbitrary objects

2018-03-06 Thread Juraj Martinka
Works great for me. Thank you very much for publishing this! Previously, I tried to use jol-cli but it was much more cumbersome. On Monday, 5 March 2018 11:56:20 UTC+1, Alexander Yakushev wrote: > > I'm happy to release the first version of

Re: Russ olsen's Clojure Book

2018-02-26 Thread Juraj Martinka
Hi, Russ! I'm very excited about the book and thank you very much for finishing it. Please, consider adding it to https://clojure.org/community/books. On Wednesday, 24 January 2018 21:19:55 UTC+1, ru...@russolsen.com wrote: > > And as others have pointed out, the book is now available in beta

Re: [ANN] re-jump.el - jump to re-frame registrations in emacs

2017-11-20 Thread Juraj Martinka
This looks very interesting - thanks! Is the package available in MELPA or do I need to install it manually? On Monday, 20 November 2017 20:42:16 UTC+1, Oliver Hine wrote: > > Hi everyone, > > I work a lot with re-frame because it's my favourite approach to building > UIs. However, it's a bit

Re: ANN: ClojureScript 1.9.946

2017-10-05 Thread Juraj Martinka
> I'm seeing an issue in one of my larger projects. Will try to isolate tomorrow and get back to you. Not sure if it's the same issue as I encountered when trying to build clojurescript in my application generated by luminus template, but here it is: Compiling

Re: read-line is limited to 4095 chars

2017-09-27 Thread Juraj Martinka
It still works for me going beyond 8192: wc -c very-long-line.txt 8263 very-long-line.txt java -cp /Users/jumar/.m2/repository/org/clojure/clojure/1.8.0/clojure-1.8.0.jar clojure.main read-line.clj < very-long-line.txt 8262 On Wednesday, September 27, 2017 at 10:07:49 AM

Re: read-line is limited to 4095 chars

2017-09-26 Thread Juraj Martinka
I'm running on Mac OS X Sierra with Clojure 1.8. I have to admit that behavior when trying to read a long line in terminal/repl is a bit odd (it may be the limitation of terminal). However, If I try this via input from the text file it works properly: wc -c very-long-line.txt 8101

Re: does each class need its own file when I include Java files?

2017-09-20 Thread Juraj Martinka
> I believe I can copy-and-paste most of this code in the Java folder. Do I need to put each class in its own file? I'm not sure what you mean by "each class in its own file". In the example, there's one inner class. If you put this to java folder everything should work. If you use leiningen,

Re: error in nrepl

2017-06-26 Thread Juraj Martinka
+1 for Spacemacs. I think it's the best alternative if you want to start with Clojure development in Emacs. It works out of the box most of the time and contains a curated set of packages, so no need to spend a huge amount of effort by chasing down the best Emacs configuration. Check