This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-07-16
Channels
- # beginners (21)
- # boot (6)
- # cider (47)
- # clojure (67)
- # clojure-brasil (2)
- # clojure-dusseldorf (3)
- # clojure-greece (2)
- # clojure-quebec (3)
- # clojure-russia (8)
- # clojure-spec (110)
- # clojurescript (19)
- # cursive (8)
- # datomic (5)
- # devcards (2)
- # dirac (9)
- # editors (1)
- # emacs (3)
- # funcool (1)
- # lein-figwheel (7)
- # om (1)
- # protorepl (2)
- # re-frame (1)
- # testing (1)
@stuarthalloway: Many times, We just want to save some presenting data (some additional info of an entity, it's normally is a Map). Just now, we save via serialize it to bytes. BTW: Does your team has plan to let fulltext of Datomic support customize analysis? We want fulltext support chinese. our company in China.
So was just trying to spike something with Datomic and the SSE endpoint, enabled CORS as per docs to #{/*/}
for testing. In Chrome still get:
EventSource cannot load . No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin '' is therefore not allowed access.
for now just proxying them through but wondered if I am doing something daft (more than likely :D)
Just upgraded my transactors to 0.9.5385, now trying a 0.9.5385 peer against them (DynamoDB storage, so I added [com.amazonaws/aws-java-sdk-dynamodb "1.11.6"]
to deps). Now I'm getting this error from datomic.api/connect
: CompilerException java.lang.NoSuchMethodError: com.fasterxml.jackson.databind.JavaType.isReferenceType()Z, compiling:(form-init2275309853874966894.clj:1:16)
Anyone seen that or have ideas how to fix it?
ah, looks like another dep is bringing in a different version of com.fasterxml.jackson.core. so probably just some exclusions I need to add