Jim
Jim
@CoderRooftrellen Just created a related issue: https://github.com/plasma-umass/doppio/issues/418
@hrj `flatThrwoableToJs` is spelled wrong, did you mean `flatThrowableToJs`? Also, That's not doppio code :P.
> Actually, it would be infeasible to create an API like you describe. We're working at the JVM level, not the Java level. javac, the Java compiler, compiles java.lang.Integer.toString(int number)...
I don't think we're calling thread.run directly or anything like that. I think this error started appearing when we configured doppio to be much more responsive (we are using https://github.com/plasma-umass/doppio/pull/407)
In general, depending on what you're doing, it's usually easier to debug your Java program using the standard Java tools (eg. Eclipse), and then run it in doppio after having...
Yeah, I agree, that's harder. AFAIK, the tooling for that doesn't exist at the moment. I just fall back to `System.out.println()` at that point. If you can separate the doppio-specific...
@jvilk Yep, that's me. We'd be happy to contribute any of this stuff upstream if you'd like it. I had originally thought this would require hacking/overriding system classes (which is...
@p-jackson Sounds like a reasonable approach to me.
Unlike in #5332, this does appear to fire in chrome (http://jsfiddle.net/x14c21g0/) so it's odd that we're not firing the event in React.
Continuing the discussion fragment in https://github.com/reactjs/react-future/pull/28#issuecomment-111023365: Yes, I was implying statement like syntax, but not just in a JSX expression. I was proposing that all the JSX expressions BE statement...