Coacher

Results 8 issues of 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...

enhancement
help wanted

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
help wanted

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 =...

- OS: Fedora 41 - vim-clap version: f2393e8ee2dc9103f2db1a65014d699209fd891f - Have you reproduced with a minimal vimrc: yes - Have you updated to the latest plugin version: yes - Have you...

bug
vim

### Description `VimspectorInstall debugpy` install 1.8.11, but the current version is 1.8.17. Various fixes included, but mainly the support of recent Python versions. Please bump debugpy gadget version to 1.8.17...

help wanted
Server support