Kazuhiro Sera
Kazuhiro Sera
refs: https://github.com/m3dev/octoparts/pull/136#discussion_r26459612
``` [warn] /Users/k-sera/Documents/github/skinny-framework/assets/src/main/scala/skinny/assets/CoffeeScriptCompiler.scala:43: method lines in trait ProcessBuilder is deprecated: Use lineStream instead. [warn] private[this] def nativeCompilerDescription = Seq(coffeeCommand, "-v").lines.mkString [warn] ^ [warn] /Users/k-sera/Documents/github/skinny-framework/assets/src/main/scala/skinny/assets/CoffeeScriptCompiler.scala:50: method lines in trait ProcessBuilder is...
It sounds good to generate textarea instead of textbox if string field have long size (maybe longer than the default size). https://groups.google.com/forum/#!topic/skinny-framework/cOBWYv8d1W0
Swagger is a pretty useful library for RESTful APIs documentation. https://github.com/wordnik/swagger-core If integrating swagger with Skinny apps is easiler than Scalatra directly, it's very cool. http://scalatra.org/2.2/guides/swagger.html
Not sure but we should think about designing model-related parameters. see also: http://guides.rubyonrails.org/form_helpers.html#dealing-with-model-objects
Developers can disable API clients' metrics management by setting `SlackConfig#statsEnabled` to false. Even in this case, the default `SlackConfig` object creation (as a static field in the class) starts 5...
### Issue Type - [ ] Bug - [x] Enhancement / Feature request - [ ] Question - [ ] Documentation ### Description As of Feb 2020, Bolt for Java...
Although the parent POM still works without any issues for us, the project is already marked as deprecated. * https://github.com/sonatype/oss-parents * https://fedoraproject.org/wiki/Changes/Deprecate_Sonatype_OSS_Parent To replace the POM, we can remove the...
Currently, some of the SDK tests do not work with OpenJDK 17 as the major version does not allow utilizing reflection API for instance creations. The currently recommended way is...
https://github.com/TakahikoKawasaki/nv-websocket-client looks well-maintained and there are at least 450+ public projects using it as of today. We can consider adding this library support as the 3rd backend for SocketModeClient. The...