Results 10 issues of Václav Kubernát

**Describe the bug** Using `google_calendar` with an event title that has a "

Hi, I have this kind of code: ```cpp #include #include #include #include struct Response { }; class ServerConnection : public QObject { Q_OBJECT public: ServerConnection() { // connect to the...

Hi, since 45ef304414dab7705b99fd7e03f04b837e04e25b, the behavior of this program has changed: ```cpp #include struct MockObject { TROMPELOEIL_MAKE_CONST_MOCK1(foo, void(int)); }; int main(void) { MockObject obj; trompeloeil::sequence seq; REQUIRE_CALL(obj, foo(0)).IN_SEQUENCE(seq).TIMES(1, 666); REQUIRE_CALL(obj, foo(0)).IN_SEQUENCE(seq);...

Hi, I'm using *bash-language-server* and found out it's using *tree-sitter-bash*, so hopefully I'm posting to the right repo. I found a problem, where an expression in array subscript can't be...

bug

Hi, I have this kind of program: ```cpp #include #include #include #include int main(int argc, char* argv[]) { auto sess = nc_connect_unix("/opt/cesnet/Netopeer2/netopeer2-server.sock", nullptr); auto rpc = nc_rpc_getdata("ietf-datastores:running", nullptr, nullptr, nullptr,...

Hello, I've encountered a problem with goyo and vim-airline. When I focus vim, scratch windows appear. ![image](https://user-images.githubusercontent.com/17759291/55552887-fd112b00-56de-11e9-84c2-5a9e0eadf76c.png) They disappear after I try to switch to them. This only happens after...

Hi, I am embedding Lua in my Qt application. However, it seems to me that running luamqtt would require me to run it in a separate thread, because it uses...

Hi, _gitlint_ is not able to detect a commit message that starts with a hash sign. A commit message can begin with a hash sign (for example, by using the...

enhancement

Hi, the application I'm testing blocks when it is run through it's `exec()` method (it's a Qt application). Because of this, I have to set up all of my expectations...

**How can we help you today?** Hi, I have this kind of a `external_script` module: ![image](https://github.com/ultrabug/py3status/assets/17759291/89fd6df3-3cd0-4a08-94ec-67eefbeaf062) It basically just shows which packages from the aur should be updated. Now, I...