Dan Di Spaltro

Results 62 comments of Dan Di Spaltro

Has anyone thought about this more? I am trying to wrap my head around how you get around this limit of topics. As a side note, partitions and topics are...

Any updated ideas here on how to resolve it?

@cppexpert yeah the issue is that scala-js makes that impossible without https://youtrack.jetbrains.com/issue/SCL-7859

Your missing the scala runtime, you'll need to add to your classpath to run like that. Not sure on the second part.

I am guessing you are using play correct? If so have you tried this? https://github.com/playframework/playframework/issues/5242#issuecomment-299562213

I'd like to see this as well, we get a major size reduction with es6 too

Actually that is incorrect, I don't get any savings. I must have been mixing something up in my head with 0.6... Sorry for the noise, but fullOpt shouldn't get any...

I think I ran into this, and it was because I was including the `foo-fastOpt.js` file instead of the file processed by webpack. I recommend looking at https://github.com/shadaj/create-react-scala-app.g8/tree/master/src/main/g8 it basically...

His workflow is completely dependent on using webpackDevServer. I use play and still use webpackDevServer, still get auto compiling, its really complicated though because of how much play assumes (which...