Rob Nicholson

Results 4 issues of Rob Nicholson

### ⚠️ Before submitting, please verify the following: ⚠️ - [X] This is a **bug**, not a question or a configuration issue. - [X] This issue is **not** already reported...

0. Needs triage

### How to use GitHub * Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you want to have the same feature implemented. * Please don't comment if you have no...

enhancement

### ⚠️ Before submitting, please verify the following: ⚠️ - [X] This is a **bug**, not a question or a configuration issue. - [X] This issue is **not** already reported...

0. Needs triage
hotspot: group folders

If you change just the timestamp on a file using PowerShell like this: ``` $Now = Get-Date (Get-Item $Path).LastWriteTime = $Now (Get-Item $Path).CreationTime= $Now ``` The changes are **not** uploaded...