Pathikrit Bhowmick

Results 72 issues of Pathikrit Bhowmick

I have the following image generated: ![arraydeque](https://user-images.githubusercontent.com/899219/41212351-2a0a3a66-6d0b-11e8-915a-1b61e53fcbff.gif) This is the code I am using: ```scala implicit def `ArrayDeque RefTree`: ToRefTree[mutable.ArrayDeque[Char]] = ToRefTree {ds => val array = ds.privateField[Array[AnyRef]]("array").map(c => Option(c).getOrElse('␀').asInstanceOf[Char])...

Can you simply add `boolean hasNext() {return num_bytes_read != -1;}` ? This way I can fuzzy benchmark it - else your code throws exceptions in the end.

I was the original asker of http://stackoverflow.com/questions/7049011/whats-the-fastest-way-to-read-from-system-in-in-java Here are my implementations: https://github.com/pathikrit/better-files/tree/master/benchmarks/src/main Benchmarks: https://github.com/pathikrit/better-files/tree/master/benchmarks I hope to incorporate your lib in my benchmarks. Is it available in maven?

See: https://arosien.github.io/cats-cheatsheets/typeclasses.pdf

It works fine except on the first commit it gives this error: ``` > git undo fatal: ambiguous argument 'HEAD^': unknown revision or path not in the working tree. Use...

Currently hightail only creates input/output. Can we also download the statement locally?

enhancement

Document if this already exists. Someway to use hightail from command line e.g. `hightail --url=.....`

enhancement

https://eed3si9n.com/simplifying-sbt-with-common-settings/

health