Pathikrit Bhowmick

Results 72 issues of Pathikrit Bhowmick

https://github.com/djspiewak/sbt-github-actions https://github.com/japgolly/setup-everything-scala

health

https://about.codecov.io/blog/introducing-codecovs-new-uploader/

health

https://github.com/tpolecat/tut

health

https://scalameta.org/munit/

health

* [ ] See if we can use any of the new stuff from https://medium.com/@linas.m/my-favorite-new-features-of-scala-2-13-standard-library-909a89b0da4 * [ ] `isLinux`: https://github.com/scala/scala/commit/71f2bc737d96fcd29fcf2e5f494c6ae259d7b64e * [ ] Get rid of `implicit Read` for all...

question

Exception: ``` Exception in thread "main" java.nio.charset.MalformedInputException: Input length = 1 at java.nio.charset.CoderResult.throwException(CoderResult.java:281) at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:339) at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178) at java.io.InputStreamReader.read(InputStreamReader.java:184) at java.io.BufferedReader.fill(BufferedReader.java:161) at java.io.BufferedReader.readLine(BufferedReader.java:324) at java.io.BufferedReader.readLine(BufferedReader.java:389) at java.nio.file.Files.readAllLines(Files.java:3205) at better.files.File.lines(File.scala:282) ```...

feature

Instead of `inputStream.asGZIPInputStream` do `inputStream.as[GZIPInputStream]`

feature

Use https://github.com/gjoseph/BarbaryWatchService in file.newWatchService (provided statically) to get around https://bugs.openjdk.java.net/browse/JDK-7133447 See also https://github.com/playframework/play-file-watch/issues/8

performance
feature
jdk-issue

See: https://stackoverflow.com/questions/3759356/what-is-the-most-accurate-encoding-detector

feature