Lloyd

Results 26 issues of Lloyd

Currently there are 2 ways to get a `TimedOutStatus` from Shade: 1. Timeout from the scheduler: https://github.com/monix/shade/blob/4fc59759d33d54fe500d6131a492f57b9ed29575/src/main/scala/shade/memcached/internals/SpyMemcachedIntegration.scala#L387 2. Timeout from the Spymemcached layer translated into a `TimedOutStatus` https://github.com/monix/shade/blob/4fc59759d33d54fe500d6131a492f57b9ed29575/src/main/scala/shade/memcached/internals/SpyMemcachedIntegration.scala#L427-L428 For the...

Might be neat to try implementing the client as a [Fetch](https://github.com/47deg/fetch) datasource to take advantage of client-side batching, caching, and deduping.

enhancement

Currently based on 2.6-M5. 2.6 proper should be due out soon. - [x] Flyway Play 2.6 support ( __causes test failures__ ) - [x] Fix migration failures - [x] Kenshoo...

Currently the main documentation site doesn't have a section talking about how to customise authentication. It should be addressed by adding such a section. Might make sense to do this...

It would be nice if Octopart parameters could be registered with default argument values. Use case: "Accept" header that defaults to "application/json" would be handy.

enhancement

- Admin UI should show a warning if an endpoint Param names has whitespace pre/suffix - In general, surround all string identifiers with single quotes (or any other delimiter) when...

enhancement

With multiple param lists, implicit params and context bounds being standard tools in Scala, using Mockito has gotten more and more hairy. Let's try to stop using that where possible....

enhancement

An idea came up to look up the latest JavaCV version on Maven Central and use that as `javaCVVersion`. This is possible, but should be a bit better thought out...

enhancement
help wanted
question

Hi there, I just found out about this project and I find it very interesting; mostly because I didn't even know there was a runtime cost for using `implicitly` !...

Trying to use this with Play 2.3 but ran into the following problem when trying to render a view or compiling. ``` java.lang.NoClassDefFoundError: scalax/file/Path$ at org.jba.sbt.plugin.MustacheCompiler$$anonfun$compiler$1.apply(SbtMustacheCompiler.scala:31) at org.jba.sbt.plugin.MustacheCompiler$$anonfun$compiler$1.apply(SbtMustacheCompiler.scala:30) at org.jba.sbt.plugin.MustacheCompiler$.compile(SbtMustacheCompiler.scala:39)...