Debasish Ghosh

Results 132 comments of Debasish Ghosh

yes .. https://github.com/debasishg/scala-redis/blob/master/src/main/scala/com/redis/HyperLogLogOperations.scala

Can I have a failing test case ? It will help a lot :-)

I will look into the problem ASAP. But on first look, my hunch is that JSON serialization of Class objects is failing. I am not sure if Class[] is JSON...

I am not sure if I understand your question correctly. Using sbt, you can do a sbt package to prepare a jar. Or you can point to a maven repository...

I am sorry. Yes, it's not there in Maven Central. I confused it with some of my other projects. scouchdb has not been updated for a long time. Hence it's...

Let me take a look at it. I will push sjson for 2.9.2 and 2.10 soon. Stay tuned. Or you can hard code the version of sjson in sbt file...

Thanks .. I have pushed in a version of sjson for 2.9.2 yesterday. Regarding the current scouchdb version, I have not worked on it since a long time. I don't...

Agree it's a hack when you have to cast :-) but doesn't look like there's a way out right now. Will definitely keep this use case in mind and try...

Thanks for reporting .. will look into it ..

Had a look today into this. Looks like the fix for https://github.com/debasishg/scala-redis/issues/128 did only solve the issue partially. It fixed for integers but broke others. In fact having a generic...