Pascal Mengelt

Results 14 issues of Pascal Mengelt

I hope this is ok to add this info in an issue - I haven't seen any other way to share it with decline users. Hi I created an example...

I had some problems using polymer-redux with Typescript. So I created an example that helped me fixing them: https://github.com/pme123/polymer-redux-typescript-example It is based on a Javascript version: https://github.com/jdomzhang/polymer-redux-example It works -...

enhancement
help wanted

I ran in a strange behavior, that I describe here: https://stackoverflow.com/questions/50269126/scala-js-cannot-call-lookupmethodinit-sc-seq-on-non-scala-class-sjs-js-func According to the comment of the creator of Scala.js that might be a bug in Binding.scala

I made a step-by-step tutorial on Bindings.scala and Google Maps: https://github.com/pme123/Binding.scala-Google-Maps Maybe it helps someone.

When running `sbt run` I get this exception (after loading http://localhost:9000): `[error] TypeError: less.render(...).then is not a function [error] at C:\opt\dev\examples\play\play-scala-websocket-example\project\target\less\lessc.js:152:18 [error] at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:380:3) [error] [error] at...

status:backlog

`docker-compose` has this option: ``` -p, --project-name NAME Specify an alternate project name (default: directory name) ``` `sbt-docker-compose` generates a random instance name for this option: ``` //Generate random instance...

When running `val bundle = (Compile / fastOptJS / webpack).value` in my `build.sbt`, I get the following files in the 'bundle': [![sources][1]][1] What I am missing is the `-fastopt-bundler.js.map`. If...

bug

What I want to do is to run the migration eagerly before other Components need the database. I tried to inject the `FlywayPlayComponents` into my Setup, like: ``` @Singleton class...

I could not install Ammonite to run with Scala 3. Even when my Scala Version is 3. I had to uninstall ammonite with Coursier und install Ammonite manually: `sudo sh...

question

Just want to ask where the releases can be found after Bintray shut down?