John Gardner

Results 280 comments of John Gardner

Just an FYI if you're unaware of my current situation: my MacBook died, and my only remaining computer is a dinosaur Dell running OpenBSD 6.2 (which is limited to [an...

Seems to be a conflict with another package. What other packages have you installed? You can find out by running the following command in your terminal: ~~~bash apm list -i...

> I think it didn't put apm in my PATH You can install `apm` by running Install Shell Commands from the application menu. > but here's the active packages: Disable...

Alright, so the only possibility left is that the package wasn't installed correctly. This sometimes happens when a connection is interrupted during an installation (the bundled icon-fonts _do_ contribute to...

Eh? Bizarre. Do the `.feature` files which show database-icons contain modelines or anything? Something that looks like this? -*- yaml -*-

Could I convince you to send me that folder so I can inspect this on my end, or is that too much trouble? > I was also seeing some files...

> ... then reverting them in via git it seems to have fixed the problem for the affected files. So maybe that is the key? We currently have no way...

Well picked up! You're right; the caching is done using the whole path, so if the folder you created was named `folder.rb`, you'd get the same result. Note that collapsing...

@UndefinedOffset Open devtools, and run this in the console: ~~~js _FileIcons.fs.FileSystem.paths ~~~ You should be presented with a Map of system paths keyed to filesystem resources (a `File` or `Directory`)....

Pretty much falls in line with #563. If you read the discussion there you'll see that stuff will become less flaky once a few `tree-view` PRs are merged and shipped....