-
## Environment
- Docker CE 17.09.0-ce-mac35 (19611)
## Example code
```haskell
module Main where
import Control.Monad.IO.Class
import Docker.Client
main :: IO ()
…
-
Can we help somehow with the SBUS support?
My idea is "use an arduino to convert/invert the SBUS protocol to standard TTL". SoftwareSerial can do that for us ;) Something like that:
``` c
#incl…
-
A private extension method value class triggers unused warning:
```scala
final class Foo {
import Foo._
def f(x: Int): Int = x.frob
}
object Foo {
private implicit class Frobnicator(…
-
Providing a `Flow` for decompressing gzip streams should be useful outside the HTTP context. For reading gzipped files, for example.
I propose moving the non-HTTP-related gzip and deflate compression…
-
This is fairly minimized:
```scala
package a
case class B(c: collection.mutable.Map[Int, Int]) {
def d(): Unit = c(undefinedSymbol) += 1
}
```
and crashes with the error:
{code}symbol …
-
```scala
package foo
case class A(var a: Int)
object Test {
val as = Map[String, A]()
as(undefined).a += 1
}
```
Crashes the type checker with
```scala
scala.reflect.internal.FatalErr…
-
#62 adds `takeWhile` and `dropWhile` enumeratees that take or drop values from a stream while a predicate `E => Boolean` holds. It may also be useful to have effectful versions of these enumeratees th…
-
Currently the ScalaDoc comment for `StreamingT.coflatMap` is "xyz". I think that leaves room for improvement :)
-
Possibly related to #275.
```
[info] - Codec[ZonedDateTime].codec.roundTrip *** FAILED ***
[info] GeneratorDrivenPropertyCheckFailedException was thrown during property evaluation.
[info] (Disci…
-
Some ERB file seems to be causing indexing trouble. Here's the stack trace.
This is on RubyMine 7.1.3 with ignore plugin 1.1.4.
```
Error while indexing /Users/olli/.rbenv/versions/2.2.2/lib/ruby/ge…