Pathikrit Bhowmick

Results 69 comments of Pathikrit Bhowmick

I tried to take a stab at it to implement directly from the prompt but its almost impossible in node.js: https://stackoverflow.com/questions/66604677/how-to-detect-shift-enter-in-nodejs-terminal/76099130

Closing this since this is an issue with Spark - java.io.File is not serializable with Spark UDFs. better-files is just a thin wrapper around java.io.File

Ok I moved over to Github actions now. Please review: https://github.com/pathikrit/better-files/blob/master/.github/workflows/scala.yml

Just removed Codacy in https://github.com/pathikrit/better-files/commit/d82c1898928cf07fb9bc39d75f721f5f7ae2d1e8

Closing this as out of scope of this library

> Did you tried my https://github.com/lelylan/simple-oauth2/issues/420#issuecomment-1414073828 at your previous issue? Did it worked? If not, how is it failing? Still failing in same way. As I said, the error is...

This would make things like [this](https://stackoverflow.com/questions/73638959/stringtokenizer-to-scala-iterator) easier: ```scala def toIterator(st: java.util.StringTokenizer): Iterator[String] = Iterator.continually(st.nextToken()).takeUntil(_ => st.hasMoreTokens())) ```

Same for `findLastIndex` - this was added in https://github.com/Financial-Times/polyfill-library/pull/1230 more than 7 months ago but is not available. Please update polyfill? Thank you!

@JakeChampion: Looking forward! And, thank you for polyfill!