Cologler

Results 45 issues of Cologler

add CDN location.

`scoop cleanup` should also run `git gc --aggressive` for each bucket repo.

enhancement

currently: ![picpick-20180116-160144-001](https://user-images.githubusercontent.com/10906962/34977726-9e750fa4-fad6-11e7-8400-4ea3861fe6b2.png) expect: ![picpick-20180116-160202-001](https://user-images.githubusercontent.com/10906962/34977729-a0ed921a-fad6-11e7-8d9a-a75e72eb5342.png)

`ntfy send *` block my script over 1 hour.

Currently: ``` py table = ... items = table.all() ... # work with items, than: for item in items: table.update(item, doc_ids=[item.doc_id]) ``` Expected: ``` py table = ... items =...

discussion
pinned

To resolve growing PowerShell completion modules, I write a lazy loader module to load them: https://github.com/Cologler/PSLazyCompletion. However, it cannot support `scoop-completion` since `scoop-completion` does not use `Register-ArgumentCompleter` to add the...

From https://github.com/npm/validate-npm-package-name: > package name should not start with . or _ Try to replace `tarballs` to` _tarballs` from URL to avoiding conflict.

bug

![image](https://user-images.githubusercontent.com/10906962/60529453-32063b80-9d29-11e9-87a0-44842c5dea1b.png) https://github.com/local-npm/local-npm/blob/d55244d5d1cc493d99fa5a5280e358d94a66d27e/lib/index.js#L312-L347 line 312 get doc by `fullName` but line 347 get doc by `pkgName`, but it does not exist.