-
## Feature Request
**Is your feature request related to a problem? Please describe:**
Currently, building a tikv-server needs a Makefile to collect git hash and others, otherwise `tikv-server --ve…
-
The `AWS_LAMBDA_HTTP_IGNORE_STAGE_IN_PATH` env variable doesn't seem to work on API Gateway V2 (HTTP).
Example:
```rust
use axum::{response::Json, routing::get, Router};
use lambda_http::request…
-
### Describe the bug
Use the same query to sum the certain fields against about 69 K records,
- using the `embedded server`, it spent about 17 seconds,
- while using the `standalone surrealdb s…
-
I successfully ran on Linux&Windows.
But we still need macos
-
https://github.com/SergioBenitez/version_check/blob/d77ef9f27cc336719b2d839d09ee6635dd22f758/src/lib.rs#L349-L351
By default Cargo does not pass any rustflags. These env vars are for users' extra f…
-
### What are you trying to do?
This isn't quite a feature request, but a request for better examples.
I'm using the Rust sdk, as I want to use dagger to run my Rust project through CI. The example…
-
Thanks for the plugin! I'm trying `:CargoTest` and it triggers `:!cargo run test`, I'm expecting `:!cargo test` instead, It seems to me "run" is added twice, could it be something with my local env?
-
Starting with depth values equal to or larger than 31, the following panic occurs:
```
thread 'main' panicked at 'attempt to multiply with overflow', /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c\…
-
A simple repro would be a project dir with the following contents:
`rust-toolchain.toml`:
```toml
[toolchain]
path = "/path/to/project"
```
`bin/cargo` (executable bit set):
```bash
#!/usr…
-
Hi
Debug feature is really useful.
However looks like cargo currently does not support enabling/disabling features based on debug/release build mode. I'd like to have some workaround like some fea…