RE: I can only get the first item of a lazyseq via a Manifold stream, and I can't get/find an Exception

2017-07-12 Thread Sean Corfield
OK, so you get a fully realized sequence back from that so there’s no question of “losing the database context”: query is self-contained. However, you _do_ get a LazySeq even tho’ it is fully realized – that actually surprised me but I tried it on a simple example: boot.user=> (type (map inc (r

RE: lein autodoc failed in clojure.java.jdbc

2017-07-12 Thread Sean Corfield
Autodoc is not declared in java.jdbc’s project.clj, I’ve never run autodoc on that project (or any other, to be honest), so I have no expectation about which projects autodoc works on an which it doesn’t, but if it can’t read valid Clojure source code, that’s a bug in autodoc as far as I’m conce

lein autodoc failed in clojure.java.jdbc

2017-07-12 Thread Xiangtao Zhou
hi clojure.java.jdbc's contributor, I checkout master, and run lein autodoc failed with following errors. And there is no error for version java.jdbc-0.6.1. Any detailed infomation about this is appreciated. Joe Exception in thread "main" java.lang.RuntimeException: EOF while reading at cloj

[ANN] Onyx 0.10 final release

2017-07-12 Thread Michael Drogalis
We're happy to announce the final release of Onyx 0.10. Onyx is a scalable, distributed, fault tolerant, high performance data processing platform for handling batch and streaming workloads. It's written purely in Clojure, and supports idiomatic Clojure programs on top of it. This version upgrad

Re: bots in closure

2017-07-12 Thread ureal frank
Hi Daniel, It looks promising! Thanks for sharing. I will look forward to play with it if/when I clearly figure what I want :) Many thanks!! F On Tuesday, July 11, 2017 at 8:59:30 AM UTC+1, Daniel Compton wrote: > > Hi Frank > > https://github.com/wit-ai/duckling_old is a text parsing library

Re: bots in closure

2017-07-12 Thread ureal frank
Hi Alex, thanks for your reply!! So, I'm totally new to both technologies (Clojure, bots*) so... excuse me my lack of knowledge... I'm n00b. Your too points are confusing me so I am going to try to expose what I want to accomplish in Clojure. - I want to build a "system" (bot) which I can writ

Re: [ANN] r4f-pro: IDE for visual ontology-based, rule-based and algorithm-based software development

2017-07-12 Thread arthur
Hey, this is pretty neat thanks for sharing. I've had to research Ontologies for work the last few weeks, it'll help to dive into the source. Very cool. On Monday, July 10, 2017 at 9:41:32 AM UTC-4, ru wrote: > > Hi, > > Update to r4f-pro project: https://github.com/rururu/r4f-pro > > Integrated

Re: New Features coming to ClojureScript

2017-07-12 Thread David Nolen
Second post in the series is up https://clojurescript.org/news/2017-07-12-clojurescript-is-not-an-island-integrating-node-modules kindly contributed by António Nuno Monteiro. Enjoy! David On Mon, Jul 10, 2017 at 5:28 PM, David Nolen wrote: > We have a series of blog posts in the queue that outl

[ANN] com.walmartlabs/lacinia 0.19.0

2017-07-12 Thread Howard Lewis Ship
Lacinia is an open-source implementation of Facebook's GraphQL specification, in Clojure. GraphQL is an outstanding approach to getting diverse clients and servers exchanging data cleanly and efficiently. The GitHub repository is https://github.com/walmartlabs/lacinia Documentation: http://lacin

Trouble understanding clojure.spec.alpha/problems :path :via :in

2017-07-12 Thread Juan Monetta
Hi everyone, I started exploring the clojure.spec "better user errors" thing and I'm having some trouble matching clojure.spec.alpha/problems inside :clojure.spec.alpha/value in explain-data. I'm trying to understand if there is currently a way of using problem to directly find the part of the

Re: Deserialization "gadget chain" in clojure

2017-07-12 Thread Alex Miller
Thanks dropping a line Ian. I dug into this a little to understand it better, would be happy for any corrections. It seems the prerequisite for an attack like this is to have a server that deserializes objects from an untrusted source. It should be obvious that this is a bad idea. The attack bo

Re: Deserialization "gadget chain" in clojure

2017-07-12 Thread Matching Socks
At its core, it runs eval on untrusted data? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To uns