Daniel Bayley

Results 116 issues of Daniel Bayley

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...

type: bug
status: blocked

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?

Following on from #31… as far as I can tell there is actually no way to completely delete a release…? You closed that PR as mentioned because of not wanting...