admin-announcements

Announcements from the Clojurians Admin Team (@U11BV7MTK @U077BEWNQ @U050TNB9F @U0ETXRFEW @U04V70XH6 @U8MJBRSR5 and others)
ricardo 2015-11-02T08:16:41.000743Z

Morning

ricardo 2015-11-02T08:17:35.000744Z

Any Chrome users up for some low-effort user testing? This is a bit of a personal experiment I’m writing in ClojureScript: https://chrome.google.com/webstore/detail/relevance-personal-tab-or/hgklcaodfmndpkajdmcmlpihhoenhpbp Rather not do any intro beyond that to see if the copy’s actually readable. :simple_smile:

jaju 2015-11-02T08:32:27.000746Z

@ricardo: Just installed. I will test it as I go... Incidentally, I wrote an extension using cljs and reactjs long time ago. And another one is in the pipeline.

ricardo 2015-11-02T08:33:38.000747Z

Hey @jaju, thanks. If you’re writing Chrome extensions, have you looked at Khroma? https://github.com/suprematic/khroma I’m actively developing it as I go.

jaju 2015-11-02T08:34:17.000749Z

Awesome! I had heard of khroma, and that’s in my to-look-at-list when I start developing another extension! Nice!

ricardo 2015-11-02T08:34:54.000750Z

I’m using devcards to test it: http://numergent.com/2015-10/Using-devcards-for-testing-a-ClojureScript-Chrome-extension.html

jaju 2015-11-02T08:36:55.000751Z

👍 Cool!

ricardo 2015-11-02T08:39:24.000752Z

Let me know what you think, both re Relevance and Khroma. It would be useful to have some notes on Khroma of someone else who’s also actively doing extensions. This is my first one, so I may not have run into some dead ends yet.

jaju 2015-11-02T08:42:17.000753Z

Sure, @ricardo! My extension is still some time away, once I am done with another part of the application I am building right now. I’m going to keep your blog handy. I’m afraid relevance will push it far to the right for now since this will be in my to-read list in the future! 😄

ricardo 2015-11-02T08:48:19.000754Z

😄

cfleming 2015-11-02T10:22:27.000755Z

@ricardo: Looks interesting, and would be very useful right now :simple_smile:. But sadly I’m on FF.

ricardo 2015-11-02T10:34:28.000756Z

@cfleming: Alas. I’m a Chrome user, so I figured I’d start there.

cfleming 2015-11-02T10:34:56.000757Z

@ricardo: Hehe, no problem - I think Chrome is easier for plugins anyway

ricardo 2015-11-02T10:35:36.000758Z

It’s well documented at least.

ricardo 2015-11-02T10:36:49.000759Z

Even if everything’s async. “Hey, what was that int I just saved? “Um, let me get back to you”. I’m not sure I’d have written this if it wasn’t for core.async.