Chica

Results 8 issues of Chica

I have a function return a `&mut` reference,but rust `&mut` reference map to C++ is a `const XXOpaque *` pointer, but the C interface need a `XXOpaque *const` pointer, which...

bug
C++

The origin code ``` area = "native" g = {} local g = g local a = function(text) textCache = textCache or {} local tc = textCache if area ==...

现在的对齐效果如下,我想要注释能对齐 对其前 ``` objc @property(nonatomic, readonly)NSString *abcde; // 属性abcde @property(nonatomic, readonly)NSString *bcde; // 属性bcde @property(nonatomic, strong)NSString *cde; // 属性cde @property(nonatomic, readonly)NSArray *de; // 属性de @property(nonatomic, strong)NSDictionary *e; // 属性e @property(nonatomic,...

如果要实现类似etcd的kv存储,怎么实现watch某个或某些key的变化 https://etcd.io/docs/v3.3.12/learning/api/#watch-api

这算是 https://github.com/brpc/brpc/issues/476 问题的延续吧,还是选择逻辑数据库,底层连接断开了重连就丢失了之前选择的逻辑数据库,我需要重连之后选择之前连接的逻辑数据库,有没有合适的方式实现?

enhancement

I need to set a highlight color for the selected tab,but i cannot find any way to implement this requirement.

When I upgrade my system to 10.15.2, valgrind always run with errors ``` /usr/local/bin/valgrind --tool=memcheck --xml=yes --xml-file=/private/var/folders/hf/fhwvc13x03s0pbqyg6vc1w3h1st3ld/T/valgrind --gen-suppressions=all --leak-check=full --leak-resolution=med --track-origins=yes --vgdb=no test_program --85493-- UNKNOWN fcntl 101! --85493-- UNKNOWN fcntl...