Pathikrit Bhowmick

Results 69 comments of Pathikrit Bhowmick

@gblahaerath : Yes intention is to have consistent `File(source).linkTo(destination)` in both cases. Can you send a PR please?

Reopenning this since this is almost impossible to fix. Since these iterators are "autoclosing" (i.e. they close underlying resource). So when we "partition them" we are sharing a resource between...

The plan is in v4 to extract the scanner to a standalone module which depends on shapeless. Currently it is only 5 lines of code under MIT license so feel...

https://scalameta.org/mdoc/docs/installation.html

I think that is exactly what `java.nio.files.Files.walk` does? I already have [a TODO to "walk safely"](https://github.com/pathikrit/better-files/blob/9568c6c8ad007d623be0f9f0052295ea911839ed/src/main/scala/better/files/package.scala#L132) i.e. do not throw IOExceptions if one of the nested files throw a read...

Depends on the coverage of `java.io.*` and Java NIO by scala native

Hmm, what am I supposed to do then here? I can get the URI from the path and create the file from the URI?? Or in general, should there be...

Hi @ShaneDelmore - I have a PoC PR here: https://github.com/pathikrit/better-files/pull/130 Would this work??