Frank Schoenmann

Results 29 issues of Frank Schoenmann

My understanding of the new CMakeToolchain's purpose was that it can also be used to guarantee that CMake uses the correct compiler versions. However, that doesn't seem to be the...

type: question
stage: triaging

Currently, `cmake_layout()` defines _build_ as the basename for a build folder in layout.py: build_folder = "build" if not subproject else os.path.join(subproject, "build") However, this default collides with some of our...

We have multiple projects that all share common configuration files for some tools (e.g. _.clang-format_, _.clang-tidy_, _.editorconfig_). All those files are supposed to be placed in the root directory of...

stage: triaging

I have a library that uses SSE4.1 and is included as a dependency in my application. I use modern CMake with targets and try to improve build speed with cotire....

We could use a feature where conan_add_remote() in CMake adds a default location for a remote if it does not yet exist. However, when the remote already exists (and possibly...

DATE() and TIME() should also support fractions of a second, e.g. to parse the following time string (valid according to RFC3339): 2010-01-01T01:00:00.000+01:00

Pri3

I'm using the following configuration (with fd installed): Set-PsFzfOption -PSReadlineChordProvider 'Ctrl+t' -PSReadlineChordReverseHistory 'Ctrl+r' -PSReadlineChordSetLocation 'Alt+c' -PSReadlineChordReverseHistoryArgs 'Alt+a' Set-PsFzfOption -EnableFd When pressing Alt+c, the following fd command is triggered: "C:\Users\fschoenm\scoop\apps\fd\current\fd.exe" --color...

The "full screen history search UI" is described as a major feature but I think there should also be a non-fullscreen mode/UI that doesn't completely block the view to what...

**What steps will reproduce the bug?** I'm using `tmux`. When calling `bat` it shows this error: ``` [bat error]: The binary caches for the user-customized syntaxes and themes in '/home/fschoenm/.cache/bat'...

bug

**Describe the bug** My indentation is set to spaces. When using o to add a new line below the cursor, it starts indented with spaces but when pressing O (Shift+o)...