Lucas Garron
Lucas Garron
There is a de facto standard that aims to give an alternative to every program creating its own hidden dir directly under the home dir: the [XDG base dir spec](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html)....
There are certain things that seem impossible without a daemon: - Update folders when the system switches between light & dark. #41 - Finder sidebar icons. #36 I think we...
- [x] Assign icon to folder. - [ ] Assign icon to file. - [x] Write `.icns`. - [x] Write `.iconset` - [ ] Check that it contains all the...
e.g. leave out `@2x` Retina versions, except maybe 512x512. Possibly run through a compressor (pngcrush? What does .icns use internally?)
Stretch goal.
Right now, I think the output of `folderify` is good enough for most purposes, but the real ones are more subtle.
- [x] Tweak the settings to approximate the default OSX icons as closely as possible (fix folder shade, mask shade, and bevel settings). (Fixed in 416d12ee4fa9e88802e7aff1454e9f34648b08d1 .) - [ ]...
I've been scratching my head about how to build compatible workers, and this library is the most promising so far! Unfortunately, I use Parcel 2, and the basic demo runs...
Filed at the suggestion of @whyrusleeping:
I'm working in a moderately large Ruby repo. If I try to go to the definition of a symbol, the top of the file animates a blue activity bar. It...