I don't know how easy or hard these would be, but here's some things on my current wishlist:
Likely not good candidates because clojurescript use will be limited (if needed at all): - devcards containing kioo components that reload when the html file changes - devcards that reload when their dependencies (require'd files) have changed - gorilla repl "worksheet browser" for configured directory (list all clj files in the directory, click to load) - gorilla repl auto reload when an open worksheet has been changed - some way of merging multiple files into a single gorilla repl worksheet (to keep test and non-test code separate, so that gorilla can be used for literate programming) Maybe better candidates: - extend ankha so you can edit the watched Om state, rather than it being read only - extend the devcards slider card so that you can connect it to an atom for two-way sync: changing the slider changes the atom, changing the atom changes the slider - any reusable Om widgets (would be good as a learning experience anyway, even if nobody uses them) buttons, tab views, progress bars, popup dialogs etc etc On 6 July 2014 08:55, Paul Cowan <[email protected]> wrote: > hi, > > I'm just getting into cloujurescript and om and I'm looking for a good > OSS project to get my teeth into. what widget, library or feature is > currently missing that I could provide a solution for? > > -- > Cheers > > Paul Cowan > > Cutting-Edge Solutions (Scotland) > > blog: http://thesoftwaresimpleton.com/ > website: http://www.cuttingedgesolutionsscotland.com/ > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/clojurescript. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
