Stacy Curl

Results 7 comments of Stacy Curl

@samthebest I'd be happy to pair with you to explore this. FormParameter is part of naive-http's domain (although not as central as Request, Response, etc), Map[String, String] is not. Map[String,...

Example usage src.copyTo(dest) // unzip whilst copying src.copyTo(dest, is = f => new GZipInputStream(new FileInputStream(f)) ) // zip whilst copying src.copy(dest, os = f => new GZipOutputStream(new FileOutputStream(f)) ) //...

I only want to do this after I can safely switch cwd to a temp dir. I realise if use tempFile & it worked then any junk would be cleaned...

Some of the methods assume non-empty lists & filter out empty lists from results, but the types don't justify that, if someone wants a multimap with non-empty lists they can...

Could call this chainWith

def reverse[That](implicit cbf: CanBuildFrom[Map[K, V], %28V, K%29, That] = collection.breakOut): That