Results 11 issues of Daniil

README.md: line 15: `[![Documentation](https://img.shields.io/...)](https://www.globjects.org/docs.html)` https://www.globjects.org/docs.html - `ERR_NAME_NOT_RESOLVED` Assume valid url should be: https://globjects.org/docs.html

After filtering branch got this in `suboptimal-issues`: > The following commits were filtered out, but referenced in another commit message. The reference to the now-nonexistent commit hash (or a substring...

bug
docs

Only place where it is mentioned - is the bottom of [Documentation/converting-from-filter-branch.md](https://github.com/newren/git-filter-repo/blob/main/Documentation/converting-from-filter-branch.md) with the words: > filter-repo decided not to provide a way to run an external program to do...

https://github.com/nemequ/portable-snippets/blob/84abba93ff3d52c87e08ba81de1cc6615a42b72e/debug-trap/debug-trap.h#L21-L22 https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2514r0.html#_implementation_experience

PR for #293 Put `if (GNU/Clang)` into the MASM's `else` clause since `Clang-CL` validates positive at `CMAKE_CXX_COMPILER_ID STREQUAL "Clang"` while also having `MSVC` frontend for compile options and utilising `ML`...

PR from this issue: https://github.com/jesseweed/seti-ui/issues/581

It causes creation of `...\CMakeFiles\VerifyGlobs.cmake` polluted with glob checks for certain boost libraries: Spoiler ```cmake # CMAKE generated file: DO NOT EDIT! # Generated by CMake Version 3.29 cmake_policy(SET CMP0009...

> Comments should go on their own lines. **Give some error or something!? It was hard to debug.** ### Examples: ``` [*.md] # rule: MD009: 2+ spaces (or `\`) as...