Kazuhiro Sera
Kazuhiro Sera
My comments in the past may be helpful for thinking about the database table design. * https://github.com/slackapi/node-slack-sdk/pull/1272#issuecomment-864303143 * https://github.com/slackapi/node-slack-sdk/pull/1279#discussion_r662712482 * https://github.com/slackapi/node-slack-sdk/issues/1122 In a nutshell, * If we operate the app...
Sorry for late reply. I will check.
If I understand correctly, at the current moment, it depends on Servlet container implementations. skinny-micro just returns the value from Servlet API layer. But I agree it might be better...
Thanks. I'll fix this when I have time.
> create new giter8 template I think having new g8 templates should be fine. Just an idea but I think the possible candidates are: - g8 template for an sbt...
If somebody has a strong motivation to build and a new g8 template for ScalikeJDBC beginners and keep maintaining it, I would love to create a new repository as an...
I agree that we can stop explicitly setting None to unknown args there, but I still would like to maintain the default behavior to print the warning logs. The log...
@eddyg @cooperbenson-qz Thanks a lot for sharing your great insights. Indeed, using warnings for this purpose makes sense. Please feel free to add comments to #712 if you have any.
Sorry. After working on #712 a bit more, I've concluded my solution can't work at all and I cannot think of any elegant solutions for it. I myself am not...