Michael Ledin

Results 6 issues of Michael Ledin

We are missing support for the following case. Example syntax: ```scala case class Person(id: Int, name: String, age: Int) val tuples: Seq[(String, Int)] = Seq(("Foo", 1), ("Bar", 2)) ctx.run(quote[Person].filter(t =>...

enhancement

When building box I get the following error: ``` ==> parallels-iso: /usr/bin/ln: failed to create symbolic link '/etc/localtime': File exists ```

Currently executing `vagrant up` first time for specific libvirt box copies `box.img` to libvirt pool and from that moment we have two copies of `box.img` wasting disk space. This becomes...

enhancement

Also install instructions should be updated to using 0.2.1 version.

Plugin emits error even If all reported issues are auto fixed by tslint. gulp-tslint version: 8.0.0 tslint version: 5.2.0 Operating system: Debian

As @jrubins noted in [his comment](https://github.com/alexgorbatchev/gulp-changed-in-place/issues/6#issuecomment-177397423) when passing cache that does not contain some files (including cases when cache is empty) these files are not passing because of this condition:...