[ClojureScript] Re: Can anyone recommend a library for saving attachments and images on S3?

2017-02-05 Thread Daniel Compton
On Friday, February 3, 2017 at 2:05:55 PM UTC+13, Hari Krishnan wrote: > Hello, > > Can anyone recommend a CarrierWave (for Ruby on Rails) like library for > Clojure/Clojurescript, for S3 and Datomic? Much appreciated. > > What is the good practice? Any thoughts? > > Thanks in advance. >

Re: [ClojureScript] Re: [ANN] 2016 State of Clojure Community Survey

2017-02-05 Thread Alex Miller
Sorry for the delay on this but should be out this week! On Sun, Feb 5, 2017 at 11:07 AM, Rangel Spasov wrote: > Looking forward to the results! :) > > On Monday, December 12, 2016 at 6:43:58 AM UTC-8, Alex Miller wrote: > > It's time for the annual State of Clojure

[ClojureScript] Re: CSS in CLJS

2017-02-05 Thread Thomas Heller
> Cheers Thomas. When you have the likes of a containing element. How do you > handle the wrap when defstyled returns a ReactElement? > > (defstyled container :div > [_] > {:display "flex"}) Not sure I understand the question? ReactElements can have children, which this fully supports.

[ClojureScript] Re: [ANN] 2016 State of Clojure Community Survey

2017-02-05 Thread Rangel Spasov
Looking forward to the results! :) On Monday, December 12, 2016 at 6:43:58 AM UTC-8, Alex Miller wrote: > It's time for the annual State of Clojure Community survey! > > If you are a user of Clojure, ClojureScript, or ClojureCLR, we are greatly > interested in your responses to the following

[ClojureScript] Re: CSS in CLJS

2017-02-05 Thread Eoin
On Thursday, February 2, 2017 at 10:36:43 PM UTC, Thomas Heller wrote: > Hello, > > I'm not sure how many of you are in this horrible situation where you have to > write CSS for your React Components. I typically have to write way more than > I'd like and always hated the way I wrote it. Until