Ivan

Results 32 issues of Ivan

It's a main feature that I use with other clipboard managers: select with mouse, paste with Ctrl+V. Unfortunately, it's not available with this extension.

Don't know how to diagnose the problem - but it looks like it is: title bar is still there.

Gives an error: In file included from /usr/include/vmime/vmime.hpp:32: /usr/include/vmime/base.hpp:255:12: error: use 'template' keyword to treat 'dynamicCast' as a dependent template name return y.dynamicCast (); ^ 1 error generated.

The leak is detected via address sanitizer here: https://github.com/mfontanini/cppkafka/blob/master/src/consumer.cpp#L66 The `rd_kafka_new()` internally doesn't free `app_conf` on failure. So the dupped configuration handler gets lost.

The most typical problem is to create consumer and then close it. It leads to this backtrace: ``` #0 cppkafka::Consumer::handle_rebalance (this=0x7ffefc002910, error=RD_KAFKA_RESP_ERR__ASSIGN_PARTITIONS, topic_partitions=...) at ../../contrib/cppkafka/src/consumer.cpp:303 #1 0x00007fffdf3dd75b in cppkafka::Consumer::rebalance_proxy (error=RD_KAFKA_RESP_ERR__ASSIGN_PARTITIONS,...

This command maybe used to determine the path to some internal files (i.e. to link compiler-rt builtins for ubsan), but when used with dist-clang the client outputs only a filename...

t-bug
p-high

Otherwise the `#include_next` behavior may break in a terrible way.

t-bug
p-critical

t-enhancement
p-normal
c-build

In case of free space shortage or any other reason the SQLite file may become malformed. We need to properly handle this situation: - try to repair, - drop broken...

t-bug
c-cache
p-high

Requires effective measures for migration to GN build system.

t-enhancement
p-normal
c-build