David Pilato
David Pilato
I'd like to implement the `setIncludeDeletedContent` call so I'd prefer to keep this issue opened if you don't mind. 😉
That's a valid concern. I think that in case of communication exceptions we should first restart the client and try again. Then pause, then try... like 10 times with exponential...
Copying here my comment on #535 > I was thinking of this today and it might be hard to implement until we have another implementation based on iNodes or similar...
@tamersalama That sounds like a good idea but I don't see how this could work with the current implementation. Right now, we just get when was the last run to...
On which OS?
There is not an explicit option. But I'm normally trying to use [excludes](https://fscrawler.readthedocs.io/en/latest/admin/fs/local-fs.html#includes-and-excludes). Would that work on windows? Or should we think of supporting a new option if available on...
I meant that on Unix systems, every file starting with a dot is an hidden file. So using exclude option to filter all files starting with a dot makes the...
I guess this is something doable and which makes sense to me. Having `skip_hidden: true` by default makes sense to me. Would you like to contribute some code to the...
@maksonlee Should it be something like `\..*`? Or `\\..*`?
Indeed. I found it is a good thing to support probably. I forgot to comment on the issue. Sorry 😞