Takeshi D. Itoh
Takeshi D. Itoh
I've just checked it with `git ls-tree`. Thanks for your reply (as well as your outstanding educational contribution in this project) !
Sorry if my explanation was not completely clear, but just like I wrote it was a "pseudo" code, I was not trying to do exactly what the pseudo code looked...
I mean, there are no api to check the connection to lobby AT arbitrary timings --- checking the connection by the Result passed to the callback function for ConnectLobby or...
I want use this feature to generate [json formatter](https://www.playframework.com/documentation/2.6.x/ScalaJsonCombinators#Format) for all case classes in a playframework application example: ```scala // original @genFormatters package object formatters { // NOTE: @annotation for...
I see, that's a limitation of Scala itself. I thought it came from scala.meta because Pkg.Object has `mods`, as you mentioned. > There is no requirement to only expand annotations...
> Yeah, we could even explore expanding based on comments. Actually comments will give us the biggest flexibility (and personally I'm interested in this idea), but it is a kind...