Daniel Bayley
Daniel Bayley
For example, I would like to keep the gutter highlights, but not the underlines… However there is only one setting to enable both/neither. I think they should be separate settings.
It would be really nice to be able to do it like this (just like in JavaScript): map: ~~~ yml # example.yml foo: bar: baz: 'yeah!' ~~~ input: ~~~ css...
Many projects don’t have any contributors other than the package `author`, so maybe either this should be a recommendation, or possibly even some kind of `git` check of [if] the...
See [dracula/install/dracula-alfred](https://github.com/dracula/homebrew-install/blob/main/Casks/dracula-alfred.rb).
The path to the `ATOM_HOME` directory should never be hard coded.
The [offending line](https://github.com/yujinakayama/atom-auto-update-packages/blob/master/lib/auto-update-packages.coffee#L87) in `lib/auto-update-packages.coffee`; ``` coffee dotAtomPath = getFs().absolute('~/.atom') ``` This shouldn't be hardcoded. It should take into account `process.env.ATOM_HOME`. Mine (being on OS X…) is set to `~/Library/Application...
Why not fallback to `https://github.com/search?q={package}` if no `{registry}` is provided?