This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-11-01
Channels
- # aleph (1)
- # bangalore-clj (5)
- # beginners (24)
- # boot (113)
- # cider (42)
- # cljs-dev (2)
- # cljsjs (2)
- # cljsrn (3)
- # clojure (37)
- # clojure-austin (4)
- # clojure-brasil (3)
- # clojure-france (55)
- # clojure-greece (15)
- # clojure-ireland (4)
- # clojure-italy (13)
- # clojure-russia (37)
- # clojure-spec (50)
- # clojure-uk (31)
- # clojurescript (49)
- # component (12)
- # consulting (1)
- # cursive (6)
- # datascript (9)
- # datomic (27)
- # editors (2)
- # garden (1)
- # hoplon (18)
- # jobs (1)
- # klipse (25)
- # lein-figwheel (1)
- # leiningen (1)
- # luminus (2)
- # om (53)
- # om-next (8)
- # onyx (5)
- # parinfer (4)
- # perun (4)
- # re-frame (13)
- # remote-jobs (1)
- # ring (1)
- # ring-swagger (3)
- # rum (52)
- # spacemacs (36)
- # specter (13)
- # sql (3)
- # untangled (49)
- # vim (11)
- # yada (9)
@martinklepsch i was just trying to use s3-beam
with the temporary credentials of an ec2 instance but it seems i should pass a token along them otherwise i get 403 when im trying to upload a file with POST from the browser
it works if i have ~/.aws/credentials
...
did you have this problem before?
how can i obtain that token?
if i query the instnace metadata, i see it's there:
$ curl -s -s )
{
"Code" : "Success",
"LastUpdated" : "2016-11-01T01:17:33Z",
"Type" : "AWS-HMAC",
"AccessKeyId" : "ASIA.........3VBMA",
"SecretAccessKey" : "faY7pV...........................SGGzoAh+",
"Token" : "FQoDYXdzE...........klfMDJo3H5j5KKva38AF",
"Expiration" : "2016-11-01T07:21:21Z"
}
@alandipert: remember how i was telling you, on our way to grab sushi, that i had no idea how to add external javascript libs anymore?
yeah - what lib do you need? it's not in cljsjs i guess?
a quick pointer to documentation explaining the new way of doing it with cljsjs or a brief explanation would be awesome.
yeah - i would do boot -d cljsjs/jquery-timepicker
and then navigate to ~/.m2/repository/cljsjs/jquery-timepicker/1.8.10-0
then jar -xvf jquery-timepicker-1.8.10-0.jar
and look at the stuff in there
well, this is bypassing understanding cljsjs, and looking at what they've automated creating
which is the same as what you'll need in your project
we talked about, but never did, making that a task
@alandipert: once we get modules in the compiler it will be awesome!!!
neat-looking hoplon project