This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-12-21
Channels
- # adventofcode (20)
- # babashka (118)
- # beginners (170)
- # calva (1)
- # clojure (102)
- # clojure-europe (1)
- # clojure-nl (13)
- # clojure-uk (5)
- # clojuredesign-podcast (19)
- # code-reviews (10)
- # core-async (9)
- # cursive (7)
- # datomic (8)
- # fulcro (3)
- # malli (5)
- # mount (1)
- # off-topic (19)
- # overtone (1)
- # reagent (2)
- # reitit (2)
- # spacemacs (2)
- # sql (4)
- # tools-deps (5)
Does the restriction > Strings are limited to 4096 characters apply in datomic cloud?
It only applies in cloud. It’s still a bad idea in on-prem but afaikt it never stops you
i'm trying to push a datomic ion and receiving the following error
Error building classpath. Could not find artifact com.datomic:ion-dev:jar:0.9.247 in central
from searching around, could maybe be a permissions error? but i'm able to connect and use database locally, and i've even granted my IAM user admin privileges.
anyone have experience with this error?