Cologler
Cologler
add CDN location.
`scoop cleanup` should also run `git gc --aggressive` for each bucket repo.
currently:  expect: 
`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 =...
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.
 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.