Description
Hey so I found another weird one. I can't browse or upload files from the p5.js repo if it's been installed via git clone. If I just download by zip, I can browse no problem. I can also browse other (non p5.js) git repo's that I've cloned without issue.
When you click open on p5.js, the uploader tells you that it can't download a null file.
The little tick mark arrow next to the folder also doesn't appear.
I'm guessing there's other folders that this would happen with as well but I couldn't seem to find any on my machine. I was able to copy files outside of the p5.js repo folder and upload them individually.
I found this bug when I was trying to upload a newer build of p5.js that I made today after updating a dev dependency. I also tried this on another machine (also osx 10.13.3) and the bug persisted.
Also not clear to me is if this is an issue with the editor or something to do with the p5.js repo itself. I checked permissions on the repo and they looked fine (Everyone can read / write). I tried to browse files using other websites and had no issue.
I also tried removing the . from the folder name to see if that was the issue, as well as just renaming it to something entirely different but neither of those worked.
Nature of issue?
- Found a bug
- Existing feature enhancement
- New feature request
Details about the bug:
- Web browser and version: Chrome 67, Firefox 60.0.2
- Operating System: OSX 10.13.3
- Steps to reproduce this: Try to browse files from a cloned p5.js repo