hinell

Results 63 issues of hinell

https://github.com/yairEO/tagify

[CPP starter project](https://github.com/cpp-best-practices/cpp_starter_project) uses some CMakelists. Probably worth to look at.

Use [Github Pages](https://pages.github.com/) publish documentation and website directly from github itself. You just need a separate branch for that.

Please, add option to disable live reloading. Thanks.

Mark outdated stuff as unmaintained. E.g. * [dotzsh](https://github.com/dotphiles/dotzsh) * [fzf-widgets](https://github.com/ytet5uy4/fzf-widgets) Thank you.

> This is not a bug report. Not sure whether you are aware or not, but I just came across a similar project (software) used to design circuits. It's called...

comment

``` autoload -Uz compinit compinit ``` The code above actually initializes `fpath` functions. Please, update [**#manual installation**](README.md#manual-installation) guide

https://github.com/intel/hyperscan/blob/c00683d73916e39f01b0d418f686c8b5c379159c/CMakeLists.txt#L178-L207 Parsing of the `GNUCC_ARCH` above is buggy. As a temporary solution I would propose to fall back to `native` value by default. Or make it optional. ### Versions affected...

CMake provides util `FindBoost` to import boost headers and/or specific components like `graphs`. Why not to use? https://cmake.org/cmake/help/latest/module/FindBoost.html

```bash foo(){ return 0 } ``` brings you the following syntax-tree ```js [ CommandNode { type: command, ... }, SyntaxNode { type: ERROR, //

bug