Tobias Markmann

Results 8 issues of Tobias Markmann

When specifying `CMAKE_INSTALL_PREFIX` when running CMake, to install it in a custom location, it is still be installed under `/usr/local`. It is expected to be installed under `${CMAKE_INSTALL_PREFIX}` instead.

When a contribution comes in, the ProtoXEP is placed in the `/inbox` folder, and people discuss it. In case it's accepted as experimental XEP, the ProtoXEP is moved to the...

The README is missing some information like where to find the latest stable release. On a related topic, any plan to do another stable release?

Please add a LICENSE.md file to the repo and also mention the license in the footer of the website. A good candidate for this would be https://creativecommons.org/licenses/by/3.0/ .

enhancement
Website :computer_mouse:
Board

Build on macOS 12.6, with XCode's clang++ and latest stable release of mold. `test.cpp` is a C++ hello world. ``` > clang++ -fuse-ld=mold -fsanitize=address -o test test.cpp 145ms  Fri...

It would be nice if one could select a variegated (two colour, rainbow, etc.) for objects and see how it would look in realistic preview.

feature request
stitch plan preview

I have set `git-ignore = false` in my config. Yet `strace` shows tons of the following commands when running a backup: ``` [pid 2301286] stat("/1/5/e/e/0/.git", 0x7f49ced334a0) = -1 ENOENT (No...

C-question
C-upstream