This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-09-19
Channels
- # bangalore-clj (35)
- # beginners (42)
- # boot (89)
- # cider (9)
- # clara (2)
- # cljs-dev (29)
- # cljsjs (3)
- # cljsrn (14)
- # clojars (9)
- # clojure (332)
- # clojure-brasil (1)
- # clojure-dev (5)
- # clojure-italy (4)
- # clojure-russia (36)
- # clojure-spec (38)
- # clojure-uk (65)
- # clojurescript (114)
- # clr (11)
- # community-development (105)
- # core-async (10)
- # cursive (4)
- # datascript (1)
- # datomic (58)
- # defnpodcast (3)
- # emacs (4)
- # hoplon (7)
- # juxt (3)
- # keechma (8)
- # off-topic (7)
- # om (109)
- # om-next (8)
- # onyx (26)
- # pedestal (3)
- # planck (8)
- # re-frame (76)
- # reagent (28)
- # rum (25)
- # spacemacs (2)
- # specter (35)
- # untangled (31)
- # yada (27)
@kingoftheknoll not yet, but it is my task for the day! So hopefully by the afternoon I'll have it working. My project is open source, so will be easy to share the results
@kingoftheknoll https://github.com/MastodonC/kixi.datastore/pull/3/commits/8615930c824d8c05292172c81c7c3e4e24ecf0cc
that has the changes I needed to make to get this working for me. Make sure you are using 'lein clean' a lot while trying this, to clear out any AOT'd class files hanging on to old versions, that was pretty much the actual problem for me 🙂
Good old Mastodon C...
that project also has a multipart upload implementation that other might find interesting
The multipart upload is implemented in a number of other projects and is working well. But of course, an open-source one is so much more useful!
I really will try to get time to document the upload, it's one of yada's key features
All my spare time is going into XT16 right now, but in a couple of weeks I'lk be back doing yada everyday
But I'm also planning a major 1.2 release with spec. Waiting on ring-swagger to finish their implementation, but spec is the future
lots of talk about how it could be done, but suspected the implementations were behind closed doors
The upload plugin consumer protocol isn't ideal, it will get a proper refresh in 1.2
btw, just adding to the conversation, but aleph’s multipart upload for the client is known to be broken (as in, non-existent)
I thought it was in the pipeline?
I can assure you a multipart upload client is easier to code than a server, by the same degree that losing a needle in a haystack is easier than finding it.
I know netty supports request pipelining. The async approach of aleph/yada makes this a lot easier
@tcoupland followed your steps and it looks like I’m working too. Looks like I overcomplicated it lol