Nuno Cruces

Results 46 comments of Nuno Cruces

I went ahead and just forked this, and [tagged master with a "pre-release"](https://github.com/ncruces/DiskLruCache/releases). If you're already using [JitPack](https://jitpack.io/), just add this to your Gradle: dependencies { implementation 'com.github.ncruces:disklrucache:2.0.3-a' }

Check out [`github.com/ncruces/zenity`](https://github.com/ncruces/zenity). Still missing most dialogs, but the intention is to provide a `zenity` compatible CLI on Windows and macOS for everything that *is* supported.

In [`github.com/ncruces/zenity`](https://github.com/ncruces/zenity) I use `32768` which is the [maximum path size on NTFS](https://docs.microsoft.com/en-us/cpp/c-runtime-library/path-field-limits?view=msvc-160). Actually for multiple file selections I do `32768+1024*256` which allows a 32768-character folder path, followed by 1024...

I'm sorry I can't help you with code. I'm patching my assemblies using ildasm/ilasm and some regexs. If I ever get around using Mono.Cecil I'll share.

Main branch of this repo tracks Dave Coffin's `dcraw`. If it's not supported [there](https://dechifro.org/dcraw/), it's not supported here. **If this is something you can fix yourself**, the process should be:...

No. I also do not have the time to pursue this. I'll keep the repo synched with upstream, and maintain my own changes (one of which is an ugly hack,...

I'm not opposed to that. To be very honest, I just don't want to be project manager for this. This is still very much Dave's effort, and I've had zero...

@diegocr There's no git repo. He has some RCS files that include history (not even an SVN repo). I used a tool to convert those into this.

@han-k59 Right, that's a good point. I'm only using `dcraw` because I wanted something out-of-process. I could build on LibRaw but that's more effort.