Pascal Mengelt

Results 18 comments of Pascal Mengelt

It would be great if I had the `tuco` example when I started. So I wondering if you could add a page to the doc where additional resources can be...

Sadly I'm also not a Typescript expert (at least not yet;). So for now the next steps for me are: - statePath: I opened an issue here: https://github.com/nippur72/PolymerTS/issues/92 - Typings:...

Yes - as described - in Stackoverflow. I created a branch: https://github.com/pme123/scala-adapters/tree/binding-issue-78 Master branch with a 'shorter' name works.

As it works now for me (Using shorter class name) - it is not so high in the priority list anymore. If I get some time I will try to...

I tried to minimize the project - without success - a basic project with a case class that has a long name was not failing. Then I did what @sjrd...

As described in the Stackoverflow question: > If I comment /*reader.onload = (_: UIEvent) => ... } */ it works. It doesn't matter what is in the onload function. I...

Binding.scala is really cool;) I used it for 2 other small demos: - [play-wsocket-scalajs](https://github.com/pme123/play-wsocket-scalajs) - [play-akka-telegrambot4s-incidents](https://github.com/pme123/play-akka-telegrambot4s-incidents) Both demos is Binding.scala with web-sockets.

Is this also related to my problem? https://stackoverflow.com/questions/57082367/why-does-running-the-zio-app-with-mill-not-work

Me too. But I have a workaround. Define the hidden folder like: `$hidden$` Now add to the `default.properties`: `hidden=.idea`

> Request body and Response Body examples will follow later When will this be? We would need this feature.