-
用了step6的代码后, Label字段的值转为Bytes,有的字段会变为乱码,请问下问题在哪呢
```
payload: Some("WriteRequest { timeseries: [TimeSeries { labels: [Label { name: b\"\\0\\0`\\xc5b\\xe12\\xb0\", value: b\"up\" }, Label { name: b…
-
```rust
// Create governor config with recovery time and burst size.
fn create_config(
s: u64,
bs: u32,
) -> GovernorConfig {
GovernorConfigBuilder::default()
.key_extractor…
-
Throws:
```
thread 'actix-rt|system:0|arbiter:5' panicked at 'called `Option::unwrap()` on a `None` value', /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-analytics-1.0.8/src/ana…
-
Hello,
I've been using oci-registry quite happily but I've found one issue which I have not much clue where to start checking.
I have my environment configured, hopefully correctly, so when I do a `…
-
The code (for `actix-web-0.7`, I didn't try reproducing on 1.0 yet):
```rust
use actix_web::{HttpRequest, HttpResponse};
use std::sync::{Arc, Mutex};
struct Unit;
struct SlowStuff {}
imp…
-
Hi there,
One of my CI jobs failed today with the following compilation error:
```
error[E0107]: this struct takes 2 generic arguments but 1 generic argument was supplied
--> rest/src/main.rs…
-
There is no rate limits [headers] 😢
[headers]: https://stackoverflow.com/questions/16022624/examples-of-http-api-rate-limiting-http-response-headers
-
BrotliEncoderCreateInstance ist bereits in libbrotli_sys-33da10c18ff35006.rlib(encode.o) definiert.
libbrotli-73e5058aaa87e489.rlib(brotli-73e5058aaa87e489.brotli.3c60957b-cgu.8.rcgu.o) : e…
-
Hi there,
I've run into the following scenario:
1. Ratelimit with Actix-governor
2. Browser makes too many requests
3. Eventually, an OPTIONS request will fail (and causes CORS errors),
4. Lots…
-
Deployed using our external postgress db and setting credentials for redis and rabbit, but getting 5XX/4XX errors continuously.
Issues:
Pages wont fully load
![image](https://user-images.gith…