Andrea Peruffo

Results 396 comments of Andrea Peruffo

Thanks for the feedback @vkorenev ! The problem has been fixed here: https://github.com/lightbend/cloudflow/commit/42a96fb39d5dbc374ade14693db5ca900ae94063 but is not yet available in the `current` documentation.

yup, should be working out of the box in the new cli, I will try it!

Actually this is a feature request to be moved to scalafiddle itself. but great @ochrons already provided it: http://doc.akka.io/docs/akka/current/scala/actors.html#here-is-another-example-that-you-can-edit-and-run-in-the-browser- :-)

given version `0.4` of paradox this is now feasible (IMO) e.g. having all directives as fiddle (since it degrades gracefully now). But this decision is above me.

ok, that's different from what I understood @ktoso and will require further investigation; in my opinion there are a couple of technical limitations that make this feature mostly unpractical (remember...

Probably will be feasible to keep consistent the tests in the `jvm` project and gradually port what becomes available in `shared` .

ok, now core cross compiles! https://github.com/andreaTP/pickling I can go for the linking errors, what do you prefer? To keep the codebase more Scala.js friendly or to cover as much as...

Linking problems right now involve: java.security.AccessControlException java.util.TimeZone java.text.SimpleDateFormat scala.util.parsing.json.JSON scala.util.parsing.json.JSONType scala.util.parsing.json.JSONArray scala.util.parsing.json.JSONObject scala.reflect.runtime.package The first 3 will be targeted with PR on Scala-Js itself. JSON needs to be abstracted, I...

Fixed the JSON linking (it will not work right now but it will be easy to implement it properly). There are used methods like: ``` java.lang.Class.getClassLoader java.lang.Class.getDeclaredMethod ``` that needs...