Andrei Avram
Andrei Avram
Iterate all entries in cache with a given callback with signature `f func(k, v []byte) error`. Iteration stops if error is returned from callback. **Outdated:** Retrieves cached keys by regex...
I've added support for multiple apps repositories. Multiple independent apps can live in the same repository and share some packages. A structure example: /apps/app1 /apps/app2 /packages/pkg1 /packages/pkg2 The apps can...
https://github.com/pocc/pre-commit-hooks
Is it needed? - https://github.com/doctest/doctest/blob/master/.github/workflows/main.yml - https://github.com/pdimov/mustache/blob/develop/.github/workflows/ci.yml - https://github.com/Dobiasd/FunctionalPlus/blob/master/.github/workflows/ci.yml - https://gist.github.com/NickNaso/0d478f1481686d5bcc868cac06620a60
Set [workflows audit](https://github.com/andreiavrammsd/static_vector.rs/blob/master/.github/workflows/workflows-audit.yml)
- [Examples](https://github.com/andreiavrammsd/cpp-channel/tree/master/examples) - [Tests](https://github.com/andreiavrammsd/cpp-channel/tree/master/tests)
- [Cppcheck](https://cppcheck.sourceforge.io/) - [Clang Static Analyzer](https://clang-analyzer.llvm.org/) - [cpplint](https://github.com/cpplint/cpplint) - others