Federico Kircheis

Results 56 issues of Federico Kircheis

Hello, I have following problem with version 0.3.4 to version 0.3.7 on GNU/Linux and Windows. Given a ginit.vim file, with only ````` :set fileencoding=utf-8 ````` then, after opening a binary...

While checking the root cause for https://github.com/pixelb/crudini/issues/85, I realized that crudini tries to lock a file before editing it. I presume the reason is to avoid getting an inconsistent file...

On Windows, when starting vim, I have following error/warning: ```` Error detected while processing /asyncomplete.vim/plugin/asyncomplete.vim: line 1: E488: Trailing characters: ^M line 26: E171: Missing :endif Press ENTER or type...

Hello, I've tried to used your configuration files for creating a machine with virtualbox with Windows 7 and Windows 10 as guest operating systems. I needed to repeat the entire...

Exceptions are not supported, as they are not formattable: ```` int main() try { std::vector vec; vec.at(42); } catch(const std::out_of_range& ex){ fmt::print("{}", ex); } ```` https://godbolt.org/z/ejTMEYr3b In practice, the expected/desired...

help wanted

### Is your feature request related to a problem? Please describe compile explorer is very useful for seeing how code gets transformed. It is unfortunately less useful for languages that...

request
new-tools

## Environment **App version:** 1.75.1 **Device information:** Moto G5 - OS name and version: Lineageos 17.1 (Android 10) - Manufacturer: Motorola - Model: G5 - For what is worth, I...

bug
help wanted
android

Consider following program ``` class Foo{ void bar1(){ System.out.println("bar!");} } enum UseFoo { Yes, No } public class Main { public static void main(String[] args) { final UseFoo useFoo =...

Kodi supports changing playback speed (not fast forward!): https://forum.kodi.tv/showthread.php?tid=10023&page=20 I would love to see this on the remote app, since it is very useful when watching conferences or other video...

Every birthday appears twice in the calendar (see screenshots), while it does not necessarily appear twice in the "Birthday tab" (most entries do appear twice even in the Birthday tab)....