Masato Nakamura

Results 8 comments of Masato Nakamura

http://www.fabfile.org/changelog.html Fabric v2 is released! Does cuisine also correspond to Python 3?

@debasishg How do you think about this?

Hi , @debasishg Do you work it now? I'd like to implement this and started to do it. https://github.com/masahitojp/scala-redis/tree/support-redis-stream Could you please assign this issue to me if you do...

hi @pjfanning I am waiting for this change to be merged. Could you please fix the conflict?

@pjfanning Thanks! I think it's ok!

How about this? @marcospereira. I think we should follow Play 2.7 and make it usable with Scala 2.13.x

In jackson-databind, I have found that the following changes are made for the same event. https://github.com/search?q=repo%3AFasterXML%2Fjackson-databind+maxStringLength&type=code In apache/beam, `com.fasterxml.jackson.core.JsonFactory` is used in the following. https://github.com/search?q=repo%3Aapache%2Fbeam+com.fasterxml.jackson.core.JsonFactory&type=code

In v2.15.1, the default string length was changed from 5M to 20M. If you use jackson version 2.15 or later, it would be better to upgrade to 2.15.1. :-) https://github.com/FasterXML/jackson-core/pull/1020