Sebastian Sachtleben

Results 18 comments of Sebastian Sachtleben

same problem here ... @alexcheng1982 can you update the tag? Thanks ...

thanks, empty page is not the best solution since it still redirect the ajax request to '/'

I would really love to see the resolver driven solution. I try to login with an ajax request and just want to write out the new user as json after...

Even with the easiest pipeline plugin possible: ``` scala val transform = taskKey[Pipeline.Stage]("transformer") transform := { (mappings: Seq[PathMapping]) => streams.value.log.info("Running transform") mappings } pipelineStages in Assets := Seq(transform) ``` it...

Ok I made some more tests. I have added new log message in the SbtJsTask before this line: https://github.com/sbt/sbt-js-engine/blob/master/src/main/scala/com/typesafe/sbt/jse/SbtJsTask.scala#L285 `streams.value.log.info(s"Running ${(taskMessage in task in config).value}")` Now the log looks like...

@troberts-28 I thought this fixed my bug as well with vanishing numbers once I changed from `2.0.0` to `2.0.2`. It's seems to be not always happening in the simulator but...

@troberts-28 unfortunately adding the picker container styles as you suggested has no impact, the problem is still happening.

> Hey [@ssachtleben](https://github.com/ssachtleben), looking into this now. Could you just share the props you're providing to the `TimerPickerModal` to help me reproduce it? @troberts-28 sure here you go: ``` {...

@troberts-28 I did more tests and I can reproduce this in a normal view without any scroll or drag views. Just a gradient HoC and your example code in there....