This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-12-05
Channels
- # adventofcode (95)
- # announcements (3)
- # babashka (11)
- # beginners (39)
- # boot (19)
- # bristol-clojurians (1)
- # cider (32)
- # clj-kondo (39)
- # cljsrn (8)
- # clojure (156)
- # clojure-dev (35)
- # clojure-europe (4)
- # clojure-italy (15)
- # clojure-nl (28)
- # clojure-spec (43)
- # clojure-uk (153)
- # clojurescript (168)
- # core-async (13)
- # core-logic (11)
- # cryogen (4)
- # cursive (13)
- # datomic (26)
- # duct (3)
- # emacs (8)
- # fulcro (33)
- # garden (4)
- # graalvm (18)
- # graphql (4)
- # jobs-discuss (2)
- # kaocha (1)
- # leiningen (3)
- # malli (8)
- # off-topic (1)
- # pathom (7)
- # re-frame (21)
- # reagent (3)
- # rewrite-clj (1)
- # schema (4)
- # shadow-cljs (40)
- # sql (2)
- # uncomplicate (3)
Is com.cognitect/transit-clj
still at version {:mvn/version "0.8.285"}
in Ions? Any chance of getting it updated? At least to 0.8.313
which is what client-cloud depends on.
is there a workaround for datomic.extensions/<
not being variadic? Is there a better way than adding multiple clauses when trying to exclude date ranges from a result via a query?
Is there a way to run the datomic transactor on windows? I consistently get an error on startup that the input line is too long which appears to be related to classpath construction?
I have previously been using WSL which works fine for me, but I'm scripting out running local environments for our testers and they all run windows and I'd rather not have to have them all install WSL
Windows historically has had an issue with java classpath lengths being too long. I have no idea if fixing this will allow you to run the transactor on windows, but it may not be a datomic specific issue, rather a windows+java issue.
ah rats that means I'm going to probably have to go about this the harder way.
One trick for getting around this is to write the classpath into a jar manifest then run the jar with java -jar
is there an upper limit on the java version for a transactor?
Because another solution as I understand could be to build a classpath file instead of the CP_LIST
there are some speculative generic fixes for this for clj on windows
not sure if that applies here
maybe you're not using clj so it doesn't matter
what I'm trying to do is run bin/transactor.cmd in a script to start a transactor
I was told by Marshall I think (although I saw nothing official) that java11 is supported
I think I'm just going to go down the path of windows users are going to have to have wsl.
actually yeah, you're right, I like that much better.
Thanks for all the help
build CP_LIST with spaces instead of colons, write to a file, like Class-Path: CP_LIST
then jar cfm cplist.jar Manifest.txt
actually you can just distribute the jar by itself, since that classpath isn’t going to change
I’m debugging a colleague’s valcache setup - is there a function to see what the current config that datomic has loaded and understood?
https://aws.amazon.com/blogs/compute/announcing-http-apis-for-amazon-api-gateway/ Could be interesting for Datomic Ions! Wondering about if HTTP direct could be supported too, though lambda works out of the box
Hi., I'm trying to upgrade to the latest stoarge and compute stack in Datomic Cloud (569-8835). I repeatedly get this error on the storage upgrade: Modifying service token is not allowed.
. I have created and assigned a role for CloudFormationFullAccess to my user, and also attempted this with my root user. Get the same error. I have been told by Cognitect that this is an IAM problem but when I had it the last time I made these changes to IAM and fixed the problem. Can anyone give me a pointer as to what to do now? Thanks.