Kazuhiro Sera

Results 90 issues of Kazuhiro Sera

refs: https://github.com/m3dev/octoparts/pull/136#discussion_r26459612

enhancement

``` [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...

improvement

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

enhancement

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

enhancement
improvement

Not sure but we should think about designing model-related parameters. see also: http://guides.rubyonrails.org/form_helpers.html#dealing-with-model-objects

enhancement

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...

enhancement
project:slack-api-client

### Issue Type - [ ] Bug - [x] Enhancement / Feature request - [ ] Question - [ ] Documentation ### Description As of Feb 2020, Bolt for Java...

enhancement
project:bolt

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...

enhancement
project:bolt
project:slack-api-client
project:slack-api-model
project:slack-app-backend
project:slack-api-client/rtm
good first issue

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...

enhancement
project:slack-api-client
good first issue

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...

enhancement
project:bolt
good first issue