Hussachai Puripunpinyo
Hussachai Puripunpinyo
IMO, I think you can do it simply by putting the message key and args instead of message Change ``` Scala case class RuleViolation( value: Any, constraint: String, description: Option[...
Thank you for replying Sorry I have different opinion. If the framework has its own i18n database, it will be difficult for developer to deal with how each framework manages...
Isn't scheduled message ID applicable to SendScheduledMessage API only? And messageTs is applicable to only SendMessage API. IMO, this change makes it more confusing, and I personally don't like multi-values-return...
I proposed the fix for this in the least intrusive way here https://github.com/slack-go/slack/pull/1153
Yes. I plan to do it next month.
Thank you for creating an issue. I didn't have to look into it. It would be awesome if you can fix it and share :)
I just upgraded sbt-play-scalajs plugin. Not sure whether it helps. Anyway, it works fine with Intellij 14.1.5 in my machine.
What you understand about Twirl template is correct. You can find Twirl templates in https://github.com/hussachai/play-scalajs-showcase/tree/master/example-server/app/views You can see that in each Twirl template, there is a javascript call of a...