[ClojureScript] Re: ANN: Om 0.8.2

2015-01-26 Thread tal giat
On Saturday, January 24, 2015 at 11:39:56 AM UTC-5, David Nolen wrote: > The dependency information has changed: > > > [org.omcljs/om "0.8.2"] > > > > The release depends on ClojureScript 0.0-2719 as it leverages the new foreign > dependency functionality to simplify development and productio

[ClojureScript] Clojurescript job in NYC

2015-01-09 Thread tal giat
We're looking to hire a front-end ClojureScript developer to our team at Reuters. Here is the job post: https://toc.taleo.net/careersection/2/jobdetail.ftl?lang=en&job=JREQ032838 Tal -- Note that posts from new members are moderated - please be patient with your first post. --- You received

Re: [ClojureScript] om cursors and protocols

2014-07-29 Thread tal giat
nt. > > > > https://github.com/ddellacosta/om-cookbook/blob/master/extend-cursor/src/core.cljs > > > > Let me know if there's more to it than this, or post gist with your code > > to the list if you need more specific assistance. > > > > DD >

[ClojureScript] om cursors and protocols

2014-07-28 Thread tal giat
How can I have an om cursor implement a protocol and then call that protocol method from an om component ? the problem is that I'm getting an error calling the protocol method because the type now is not the given type but om.core/MapCursor. -- Note that posts from new members are moderated -

[ClojureScript] cancelling ajax request with channels

2014-07-25 Thread tal giat
Hi, I'm having an Om app, and s sync module that handles remote API calls (this is not om-sync but same spirits). II need a mechanism where I can cancel previous requests to the backend API if I have a new request coming. I'm using Google Closure XhrIo and I know it has an abort method, but the

[ClojureScript] Trying to compile calls to new google analytics API fails with advanced compilation

2014-07-16 Thread tal giat
Hi, We have clojurescript code calling the google analytics api that is created on a regular html page with the usual embed code, like this: (function (i, s, o, g, r, a, m) { i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () { (i[r].q = i[r].q || []).push(arg

Re: [ClojureScript] ClojureScript with om on IE8 and IE9

2014-06-27 Thread tal giat
that (enable-console-print!) will be problematic > > in IE8. If it is you'll want to supply your own *print-fn*. > > > > David > > > > On Thu, Jun 26, 2014 at 5:42 AM, tal giat wrote: > > > On Monday, June 23, 2014 12:28:07 PM UTC-4, David Nolen w

Re: [ClojureScript] ClojureScript with om on IE8 and IE9

2014-06-25 Thread tal giat
On Wednesday, June 25, 2014 10:52:37 PM UTC-4, Sean Corfield wrote: > On Jun 24, 2014, at 8:47 PM, Joel Holdbrooks wrote: > > > On Wednesday, June 11, 2014 4:23:30 PM UTC-7, tal giat wrote: > > >> Can't seem to get those working with IE8/IE9. > > >> &g

Re: [ClojureScript] ClojureScript with om on IE8 and IE9

2014-06-25 Thread tal giat
ttp://10.0.2.2:8000/index.html in IE8 running under > > Windows 7 under VirtualBox - it works. > > > > Do you have more details? > > > > David > > > > On Mon, Jun 23, 2014 at 12:11 PM, tal giat wrote: > > > On Wednesday, June 11, 2014 7:36:2

[ClojureScript] Re: ClojureScript with om on IE8 and IE9

2014-06-25 Thread tal giat
On Tuesday, June 24, 2014 11:47:04 PM UTC-4, Joel Holdbrooks wrote: > On Wednesday, June 11, 2014 4:23:30 PM UTC-7, tal giat wrote: > > Can't seem to get those working with IE8/IE9. > > > > I've created a project on github to demonstrate that: > > https://gi

Re: [ClojureScript] ClojureScript with om on IE8 and IE9

2014-06-23 Thread tal giat
On Wednesday, June 11, 2014 7:36:28 PM UTC-4, David Nolen wrote: > Thanks for bringing this up. I will try to take a look at this > > tomorrow, Friday at the latest. > > > > David > > > > On Wed, Jun 11, 2014 at 7:23 PM, tal giat wrote: > > > Ca

Re: [ClojureScript] ClojureScript with om on IE8 and IE9

2014-06-12 Thread tal giat
orks fine in IE8 on XP SP3 here, but only when > > serving it with an HTTP server. > > > > Ivan > > > > On Wed, Jun 11, 2014 at 11:23 PM, tal giat > > Can't seem to get those working with IE8/IE9. > > > > > > I've created a

Re: [ClojureScript] ClojureScript with om on IE8 and IE9

2014-06-12 Thread tal giat
example works fine in IE8 on XP SP3 here, but only when > > > serving it with an HTTP server. > > > > > > Ivan > > > > > > On Wed, Jun 11, 2014 at 11:23 PM, tal giat wrote: > > >> Can't seem to get those working with IE8/IE9

Re: [ClojureScript] ClojureScript with om on IE8 and IE9

2014-06-12 Thread tal giat
> > > > Ivan > > > > On Wed, Jun 11, 2014 at 11:23 PM, tal giat wrote: > > > Can't seem to get those working with IE8/IE9. > > > > > > I've created a project on github to demonstrate that: > > https://github.com/talgiat/

Re: [ClojureScript] ClojureScript with om on IE8 and IE9

2014-06-11 Thread tal giat
Thanks for the quick reply ! On Wednesday, June 11, 2014 7:36:28 PM UTC-4, David Nolen wrote: > Thanks for bringing this up. I will try to take a look at this > > tomorrow, Friday at the latest. > > > > David > > > > On Wed, Jun 11, 2014 at 7:23 PM, tal gia

[ClojureScript] ClojureScript with om on IE8 and IE9

2014-06-11 Thread tal giat
Can't seem to get those working with IE8/IE9. I've created a project on github to demonstrate that: https://github.com/talgiat/om-tutorial which is basically the very first example (Hello world) in the om tutorial. This version displays Hello world! in a web-page. It doesn't work in IE8 or IE9