Tanin Na Nakorn

Results 35 comments of Tanin Na Nakorn

That is certainly possible. I'll put this as an idea for the next version. It should be easy to implement. Right now you can use arrow keys btw.

Interesting. I didn't make the brew formula, but I'm glad it is made. I'll add it to the README. The most useful one I use within Stripe is: selecting a...

Oh that's odd. Thank you for the example. I'll debug it.

I really appreciate the ideas here. I think I'll just go with a web view that renders any HTML that your provider script provides. Therefore, you can style it in...

I've filed a bug here: https://github.com/webpack-contrib/css-loader/issues/755 Because css-loader says that: `The css-loader interprets @import and url() like import/require() and will resolve them.`

From https://github.com/webpack-contrib/css-loader/issues/755, it seems the `@import` is converted to a JS module, and we don't leave a trail around which css file path is used for constructing the JS module....

@safaldas I'm not quite sure how we do SSR with playframework. Could you share how you achieve it? Thank you!

Using yarn or npm shouldn't matter here. Is it possible to share your project somewhere? Is it the exact test project here: https://github.com/GIVESocialMovement/sbt-vuefy/tree/master/test-play-project

Yes, I've never used `projects/Common.scala` before. I'm not sure how it works exactly. But, if you put `Assets / VueKeys.vuefy / VueKeys.prodCommands := Set("stage"),` in `build.sbt` directly, does it work?

It also happens on Firefox 44.0.1 on Mac OS X. It seems the bug should be fixed on the Firefox level. https://bugzilla.mozilla.org/show_bug.cgi?id=1040445 https://bugzilla.mozilla.org/show_bug.cgi?id=960449