[ClojureScript] Re: Clojurists Together Q2 2018 Call for Proposals

2018-04-19 Thread Daniel Compton
Hi folks

Clojurists Together Q2 funding applications close on 22 April, so if you
were thinking of applying ,
now is the time. We haven't had too many applications yet, it would be
great to get some more from library and tool maintainers.

Thanks, Daniel.

On Wed, Apr 11, 2018 at 9:16 AM Daniel Compton <
daniel.compton.li...@gmail.com> wrote:

> Hi folks
>
> Clojurists Together is an organisation dedicated to funding critical open
> source Clojure projects. We fund projects on a 3-month cycle. Funding
> varies based on member support, but in our current cycle we were able to
> fund clj-http and Figwheel $1800USD/mo each for three months. Both projects
> have made amazing progress, you can read more about them in our Feb
>  and
> March 
> updates.
>
> We're gearing up for our next cycle and are soliciting proposals from the
> Clojure/ClojureScript community. We recently surveyed
>  our members
> to see what they wanted us to fund. The main areas they were focused on
> were documentation, build tooling, and libraries. *If you maintain a
> Clojure project that is important to some or all of the Clojure community
> please apply  for our second
> funding round.*
>
> *If you run or manage a company that relies on the Clojure open source
> ecosystem, we'd encourage you to consider joining as a company member
> . *We've had a great response from
> individual developers, but only a handful of companies have joined as
> sponsors. A very special thanks to all of our members
> , we couldn't do any of this
> without your support.
>
> Let us know if you have any questions/concerns, either here or at
> h...@clojuriststogether.org
>
> Thanks, Daniel.
>

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at https://groups.google.com/group/clojurescript.


[ClojureScript] Re: [reagent] react-beautiful-dnd question

2018-04-19 Thread Boris Kourtoukov
I ended up quickly prototyping my own drag and drop solution (only needed a 
rough mockup at the time) so haven't went further with it. 

Is there a minimal gist I could test out? I wouldn't mind getting this 
worked out in case I need it in the future. 

Best,
Boris

On Saturday, April 14, 2018 at 11:08:26 PM UTC+2, Reefersleep wrote:
>
> Hello Boris
>
> I'm trying to use the same lib. I'm *almost* there :)
>
> I don't have any problems with the innerRef, not that I know of, anyway. 
> My problem is getting the "placeholder" React elements into the right 
> places, with the right React->Reagent->React interop conversions. 
>
> To be clear, I'm just doing (.-innerRef provided) to get the ref. 
>
> My current state is; I've got elements lined up, being draggable, elements 
> move out of the way for each other, and they are swapped upon drop (as I 
> want them to). However, the first time I drag over another element, the 
> surrounding container shrinks to fit all the elements minus the one I'm 
> dragging, meaning that the ones that are moving out of the way are 
> overlapping others. I'm pretty sure this is because I don't have the 
> placeholder set up properly.
>
> Let me know if you made any progress, or if you're still working on it. 
> Maybe we can help each other out :)
>
> On Monday, March 12, 2018 at 11:08:39 AM UTC+1, Boris Kourtoukov wrote:
>>
>> I am trying to translate this Beautiful Drag and Drop's simple example: 
>> https://github.com/atlassian/react-beautiful-dnd/blob/master/stories/src/simple/simple.jsx
>>
>> Everything works well until I get into the inner "Draggables", what is 
>> the appropriate way to write the following in Reagent: 
>> https://github.com/atlassian/react-beautiful-dnd/blob/master/stories/src/simple/simple.jsx#L79-L87
>>
>> Specifically the `:ref` fields seem to not function as expected if I just 
>> do `(aget droppable-provided "innerRef")` 
>>
>> As an aside has anyone had any luck with Beautiful Drag and Drop? 
>>
>> Also if someone hasn't seen it yet, this is a super helpful tool for 
>> larger JSX components: https://github.com/madvas/jsx-to-clojurescript
>>
>> Thanks!
>>
>

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at https://groups.google.com/group/clojurescript.