Raphael Parree

Results 34 comments of Raphael Parree

@cantino no i did not compile from source. First i used the homebrew version. Then when the problem appeared, i uninstalled and downloaded the zip. my bash version: *GNU bash,...

After compiling from source it seems to work (so far). I'll be using it today a lot and let you know if it remains stable.

And the problem is back. it only worked one time

I am running the latest stable release of bash (*4.4.23* which was released last summer).

I have the same problem (plus another, i will post separate). I have a public project on github that illustrates the problem: https://github.com/rparree/camel-demos Am using SBT 0.13.0 IntelliJ Cardea IU-132.435...

It had to do with the `project` directory inside a submodule. (`simple-jms` in my particular example)

I just tried moving the generated `.js-marquee-wrapper` but that also does not work

Ok there was something wrong with my imports: This works: ```scala import org.scalajs.dom.{Event, Node, document} import com.thoughtworks.binding.{Binding, dom} ``` When i add ```scala import com.thoughtworks.binding.dom ``` It no longer works.

have a look at https://github.com/rparree/binding.scala-issue82 Open playfield/SampleApp.scala Uncomment the line and try to do a `fastOpsJS`. With the line commented it works for me, with the line uncommented it breaks

i think so as well. have filed an issue there. Thanks your framework rocks.