Manabu Nakamura

Results 6 comments of Manabu Nakamura

I agree that `1.day.millis === 0` is confusable. Essentially problem is there is no way of representing `day`, `week`, `month`, `year` and etc to `Duration`. We should provide another DSL...

Hi, @cppexpert The main motivation of `ParameterBinderFactory` is that it prevents **forgetting** `toSqlType` or similer conversion at compile time. Your `SqlTyped` cant not solve this problem. The other hand, It's...

We think that the missing conversion problem is important since it begot many many bugs. If you have a good idea that solves it and improves performance, would you send...

Ok, I see. ParamType.Body is used any format as XML, JSON and so on. I can not find the way how to setting `HTTP Post API` parameters. Other ParamType s...

I see. I understood that Octoparts behave as proxy so it bit difficult to parse and validate body. I think, It is enough that Octoparts client and Admin console is...

I agree that the feature works across common body types.