Jens Rabe

Results 12 comments of Jens Rabe

I would like a `ReceiveAny` function on the context. Background: Often, an actor has child actors that do some elaborate work, and I can't always use `

I have the same problem, but I think this is a different issue, so I opened #702.

I am planning to write an example on how to create an Electron application with scalajs-bundler anyway. I’ll also have a look at the source code and see if I...

I solved it. Here is how: First, I created a `no-electron.webpack.js` in my `src/main/resources`: ```javascript module.exports = require('./scalajs.webpack.config'); module.exports.target = 'electron'; ``` Then I added to my `build.sbt`: ```scala webpackConfigFile...

Yes, I would like to do that. How can I do it? Should I fork the documentation and create a PR?

Finally had the time to create a cookbook entry about this. Sorry for taking so long.

I am currently trying to create a Docker container from it, and I have to run the install script on the first start. Since it uses dialog, it is also...

I'm not an expert in all the fields and do not have very much time, but if you tell me where you need assistance, I'd happily join if I can...

Sorry for being silent until now. Had a lot of work to do and still have, and am currently lacking actual things to run this on where it makes sense....

Unfortunately no, because there are some internal changes in the underlying scala, so a driver started in Scala 2.12.12 which is originally used in Polynote won't work with the Scala...