Kim

Results 4 issues of Kim

The older matlab installation could store the downloads in a [BuildKit cache mount](https://github.com/moby/buildkit/blob/master/frontend/dockerfile/docs/syntax.md#run---mounttypecache) speeding up installation in cases where the Dockerfile changed and it wouldn't have to redownload everything. Where...

Commands like add_executable, etc, only autocomplete when you type in lowercase. As this is not a syntax requirement to use CMake, can autocomplete be case insensitive? I thought the extension...

The Confluence REST API seemingly supports converting from wiki format to (at least) their storage format. However, the function `convert_contentbody_to_new_type` disallows old_representation to be `'wiki'`, as it looks like it...

The clang-format Dockerfile builds clang in Debug, it should probably build in Release: https://github.com/Unibeautify/docker-beautifiers/blob/master/clang-format/Dockerfile#L19 ```patch -RUN cmake -GNinja -DLLVM_BUILD_STATIC=ON -DLLVM_ENABLE_LIBCXX=ON .. +RUN cmake -GNinja -DLLVM_BUILD_STATIC=ON -DLLVM_ENABLE_LIBCXX=ON -DCMAKE_BUILD_TYPE=Release .. ``` Docker...

pr-available