Twice

Results 70 issues of Twice

`‘cexpr::string’ is not a valid type for a template non-type parameter because it is not structural` was reported by GCC 10, which is probably caused by missing of `operator` for...

In kvrocks we use a style like `Status process(input..., T* output)` to handle errors. It works well, but in C++ we can do better via constructing type-safe union types. In...

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Motivation ![image](https://user-images.githubusercontent.com/20042607/175820242-e318efaa-3b18-4cfa-a235-ec3caba21e10.png) As shown in the figure above, the retrying workflow was...

enhancement

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Motivation There are many manual memory (or other system resources like file)...

enhancement
help wanted

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Motivation Refer to https://github.com/apache/incubator-kvrocks/pull/660#issuecomment-1165637383. It is good to keep kvrocks with only...

enhancement

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Motivation Clang tidy is a static analysis tool based on libclang, which...

enhancement

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Motivation **comments from @PragmaTwice:** I feel that it might be a bit...

enhancement

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Motivation C++ specifies a number of strategies in the standard to eliminate...

enhancement

```java String.format(Locale.ENGLISH, "%d%%", (int) (percentOfPrecipitation * 100) ``` In this code, if `percentOfPrecipitation` is `0.58`, the result string will be `57%`. Using `Math.round` can solve this problem.

I have observed that when entering kernel mode, the tool establishes a connection to file.blackint3.com:88 (171.212.166.189:88). What is this for?