Vladimir Lebedev
Vladimir Lebedev
Hi! I'm looking for a way to copy/mirror data from `ReadTarFS` to `OSFS`. Everything works fine unless the archive contains symlinks. All copy/mirror methods are implemented via `copy_file_internal` function which...
Hi! I'm wondering why AsyncMultiStream doesn't inherit from AsyncStreamIterable as AsyncSingleStream does? To me it looks pretty reasonable to iterate hot observables because each observer already actually gets individual AsyncSingleStream...
Hello, First of all thanks to the author and all the contributors for this wonderful piece of software! Indeed it's the best tiling manager implementatin for Windows I've seen to...
Hi, After the directory is deleted without explicit unwatch() call and then recreated under the same name, it becomes impossible to watch it cause the library thinks that the alias(which...