Re: how to send SSL certificate in POST request?

2017-02-23 Thread mascip
Amazing, thank you James, thank you Micheal, it works! In Perl things are often pretty complex, but in this specific case the code is dead easy: my $client = REST::Client->new( cert => '/path/to/ssl.cert', key => '/path/to/ssl.key'); my $response = $client->POST(

Re: [ANN] Odin 0.2.0 - Query DSL for Clojure

2017-02-23 Thread Alan Thompson
Just came across this - it looks very cool! Alan On Sat, Dec 10, 2016 at 7:14 AM, Timothy Baldridge wrote: > I just released the first official version of Odin ( > https://github.com/halgari/odin). Odin is a declarative, extensible query > DSL for Clojure that leverages

[ANN] core.async 0.3.441

2017-02-23 Thread Alex Miller
core.async 0.3.441 is now available. Try it via: [org.clojure/core.async "0.3.441"] 0.3.441 includes the following changes: - ASYNC-187 - Tag metadata is lost in local closed over by a loop (also see ASYNC-188

Re: [ANN] core.async 0.3.426

2017-02-23 Thread Alex Miller
On Thu, Feb 23, 2017 at 9:33 AM, Petr wrote: > I have slightly unrelated question. Why core.async is still not 1.x > version? > Because we don't really associate any emotional significance to the version number. > Is there a feeling that API is still experimental and not

Re: [ANN] core.async 0.3.426

2017-02-23 Thread Petr
I have slightly unrelated question. Why core.async is still not 1.x version? Is there a feeling that API is still experimental and not mature enough? Or authors of core.async are not happy with implementation? среда, 22 февраля 2017 г., 19:47:33 UTC+1 пользователь Alex Miller написал: > >

Re: [ANN] core.async 0.3.426

2017-02-23 Thread adrian . medina
Thanks for pointing this out. On Thursday, February 23, 2017 at 6:37:45 AM UTC-5, Max Penet wrote: > > There are new/related issues that crept up with this release fyi. > > I would personally wait the next one for an upgrade in production: > > http://dev.clojure.org/jira/browse/ASYNC-187 >

Re: [ANN] core.async 0.3.426

2017-02-23 Thread Max Penet
There are new/related issues that crept up with this release fyi. I would personally wait the next one for an upgrade in production: http://dev.clojure.org/jira/browse/ASYNC-187 http://dev.clojure.org/jira/browse/ASYNC-186 On Wednesday, February 22, 2017 at 7:58:27 PM UTC+1, Gary Trakhman

[ANN] Ubergraph 0.3.1

2017-02-23 Thread Mark Engelberg
https://github.com/Engelberg/ubergraph Ubergraph is a batteries-loaded, immutable graph data structure for Clojure. Version 0.3.1 includes a pull request from github user masztal that now allows `viz-graph`, which is an ubergraph visualization tool using graphviz, to pass along graph-level