Coacher
Coacher
Hello. Regardless of `--without-libiconv-prefix` configure flag iconv is still detected and enabled: ``` $ ./configure --without-libiconv-prefix checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes...
Hello. Regardless of `--disable-gtk-doc` configure flag gtk-doc is still detected and documentation is installed: ``` $ ./configure --disable-gtk-doc checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is...
[Enhancement] Advertise Python2 as the only supported python version for the fwknop python extension
Hello. Currently the fwknop python extension does not specify supported python versions in setup.py or README. This makes using this extension troublesome, since user has to go through the trial-and-error...
Hello. Consider the following situation: 1. Empty history of yanks, i.e. `s:history` is `[]` 2. Non-empty text gets yanked into a non-default register 3. `let g:yoinkSyncNumberedRegisters = 1 let g:yoinkIncludeDeleteOperations...
Hello. There are several issues when trying to build tests with shaderc @ a2c044c against system-wide gtest-1.8.0, spirv-headers @ 87a720a, spirv-tools @ ea7239f, glslang @ 2c8265b. 1. Missing `-lgtest` link...
Hello. Here is a minimal vimrc file (.vimrc.minimal): ``` set nocompatible set encoding=utf-8 " vim-yoink let g:yoinkSyncNumberedRegisters = 1 let g:yoinkIncludeDeleteOperations = 1 let g:yoinkSavePersistently = 0 let g:yoinkMoveCursorToEndOfPaste =...