Tim
Tim
Same here. Doesn't work for me on macos as well. after CLIPBOARD_NOGUI=1 cb works well in cli but doesn't in GUI which is obvious I guess. Do you have ideas...
Same here
Sure! ``` Macos Tahoe 26.0 ❯ timg --version timg 1.6.3+ Copyright (c) 2016..2024 Henner Zeller. This program is free software; license GPL 2.0. Image decoding GraphicsMagick 1.3.45 (2024-08-27) Turbo JPEG...
Looks like there is no "run" command in gdb ``` ❯ gdb --args timg IMG_4380.HEIC GNU gdb (GDB) 16.3 Copyright (C) 2024 Free Software Foundation, Inc. License GPLv3+: GNU GPL...
@leoluz As far as I can see testify suit testing still doesn't work well.
Doesn't work for me as well.
The issue still exists. @mpyw do you think is possible to fix it for UPDATE queries as well as you did for SELECT?
Sure! main.go ``` package main // Add returns the sum of two integers. func Add(a, b int) int { return a + b } ``` main_test.go ``` package main import...
Sure. e.g when cursor is inside this struct ``` { name: "negative numbers", a: -5, b: -3, expected: -8, } ``` I expect this command `go test -v -run "TestAdd/negative...
Thank you! I'm not sure about vimscript but behavior looks valid to me.