jsantos98

Results 3 comments of jsantos98

Using chokidar 3.0.0 (and readdirp 3.0.1) the problem still happens. My test: ``` console.log(`####readdirp Start: ${new Date()}`); let fileCount = 0; readdirp('C:\\Users\\jpsantos\\AppData\\Local\\Temp\\AutomationDriverInstance_1904270036450000001', {fileFilter: '*.*', alwaysStat: true}) .on('data', (entry: any) =>...

Hello, I have the same exact requirement. Not only for Raspbery pi, but for other SBC arm devices (arm and arm64) I already have some experience on this matter, so...

> Hello! I saw this issue had the `gathering-interest` tag, so I'd like to note here that this *is* wanted. We'd like to introduce Docker support with ARM in our...