tison

Results 188 issues of tison

### What type of enhancement is this? User experience ### What does the enhancement do? Since we want to support users to access GreptimeDB with psql, we'd better be more...

```xml org.openrewrite.maven rewrite-maven-plugin ${maven-rewrite-plugin.version} com.netflix.eureka.Style org.openrewrite.java.format.AutoFormat ``` doesn't expand star import after `mvn rewrite:run`: ```java import io.korandoru.zeronos.core.config.*; import io.korandoru.zeronos.server.ZeronosServer; import java.time.Instant; import java.util.HashMap; import lombok.Cleanup; import org.assertj.core.api.Assertions; import org.junit.jupiter.api.Test; ```...

enhancement

I wonder if gtctl can - * specify the binpath of greptimedb in use * specify the variant (with PyO3 backend, centos image) in use .. or we are currently...

# Proposal ## Problem statement Sometimes, the program can generate files with its own suffix (extension) to identify specific purpose files. For example, in my tools there is a dry-run...

T-libs-api
api-change-proposal

https://github.com/BurntSushi/fst/blob/a0936e9b25a888a0d5b9f94b91997216253e7088/fst-regex/Cargo.toml#L6 Coming from https://github.com/rust-lang/regex/issues/1087, I wonder if the opt-in glue of regex-automata and fst is a replace of "fst-regex" here. That said, a separate crate perhaps still fst-regex or fst-regex-automata....

enhancement

## Which issue does this PR close? Closes #10236

## Description @orhun I found a patch is more expressive than issue. This is tested locally that with `count_tags = "v0.7.2"` I can select commits from `v0.7.0..v0.7.2` and the `v0.7.1`...

Seems new releases of SLF4J contains similar functionality for structural logging. How can we compare this project with that initiative? * https://www.slf4j.org/api/org/slf4j/event/KeyValuePair.html * https://www.slf4j.org/api/org/slf4j/event/LoggingEvent.html * https://www.slf4j.org/apidocs/org/slf4j/spi/LoggingEventBuilder.html Demostrate usage: ```java int...

The code is identical and waker-fn may take advantages for newer Rust version so that we don't have to maintain by ourselves in this crate.

My scenario is to watch a credential file; if not exist, bypass authentication; otherwise read the content to build the map. I found that if the file exists and later...