Ning Sun

Results 233 issues of Ning Sun

This patch updates how we treat subcommand and full command in `cargo-mode--start`. This issue happens when using envrc mode if we trigger run last command from the compilation buffer, it...

In my situation, I have a test module in my module ```rust // abc.rs #[cfg(test)] mod tests { ... } ``` If I call `cargo-mde-test-current-buffer` with cursor inside `tests` module,...

When using format-all-region with selected lines inside a `#+BEGIN_SRC lang`, it would be nice if we can inference the language from src block and format.

### Proposal In our multi-tenant Prometheus backend, we require some http headers to specify the database name, authentication information. It would be helpful to allow user to customize http headers...

enhancement

### Proposal At the moment, if a panel runs into error, it won't recovery until we refresh the whole page. For those recoverable error like network issue, it should refresh...

enhancement
help wanted
ui
priority/P1

The database we are using is purely read-only. Moving to Sqlite has benefits of: - reduce dependencies - easier to distribute - less resource required

This might not be an issue at all, but to record different behaviour between our parser and prometheus default. For this query statement, the output of prometheus 3.0 `parse_query` of...

A document change request is generated from https://github.com/GreptimeTeam/greptimedb/pull/6073

A document change request is generated from https://github.com/GreptimeTeam/greptimedb/pull/6048

We missed doc for this feature https://github.com/GreptimeTeam/greptimedb/pull/5250, which allows COPY resultset from a query just like COPY TABLE.