Jan Rychter

Results 26 issues of Jan Rychter

Ok, I know this isn't very constructive since there is no pull request attached. Still: The current parsed-seq isn't too useful. Most JSON data files contain one big object, even...

> fablo.http-client> (http/get "http://www.gram.pl/upl/katalog/w3/200906241203093791.jpg" :headers {"If-Modified-Since" "Wed, 24 Jun 2009 19:03:08 GMT"}) > > {:code 304, :reason "Not Modified", :content nil, :entity nil, :client #, :response #, :headers (["Last-Modified" "Wed,...

It would seem that I am the only user of `clj-rethinkdb` — if so, this issue is not really a bug report, but rather a request for comments. I've spent...

Attempting to insert an object which contains a sorted-set field (instead of a simple set) causes an exception to be thrown: ``` Exception in thread "async-dispatch-2" java.lang.ClassCastException: java.lang.Long cannot be...

I am trying to run `reconfigure`, but it seems that I can't pass an array in optargs. The following code: ```clojure (defn setup-replication! [] (q (r/reconfigure {:shards 1 :replicas {"primary"...

The current release of clj-rethinkdb (0.15.26) depends on an alpha version of protobuf-java. This clashes with ClojureScript 1.9.854, which will not compile with this version. Adding an exclusion: `[com.apa512/rethinkdb "0.15.26"...

Ok, I realize this might be wasting your time, but I can't let go and I have to ask: In `hll/insert*`, line 24 https://github.com/bigmlcom/sketchy/blob/fa64f2b739dd2c0d7346a4fe1a8985a2a140c8bc/src/clj/bigml/sketchy/hyper_loglog.clj#L24 you do *not* add 1 to...

When switching from `1.10.9` to `1.11.0` I noticed that markdown-clj is no longer able to parse some of my input files, throwing an exception. I managed to narrow it down...

Transformers seem to be designed to process markdown, rather than modify the resulting HTML. I wanted to generate custom code for images, specifically ``` caption goes here ``` Having looked...

question

On the new iPad Pro, there is a USB-C port. If it exposes HID, it might be possible to support Yubikeys and other similar devices (like smartcards). On a Mac...

RTT