Collignon-Ducret Rémi
Collignon-Ducret Rémi
Are you interested in contributing ?
Hi @chmuche sorry for the late response, I test your PR, it's OK, Because this project is overwrite by the clever-tools one, I will make the PR on this one...
we also have this use case (message production on a REST API through proxy)
``` error[E0425]: cannot find value `SOL_TCP` in crate `libc` --> lib/src/socket.rs:483:50 | 483 | pub const OPT_LEVEL: libc::c_int = libc::SOL_TCP; | ^^^^^^^ not found in `libc` warning: unused imports: `ErrorKind`,...
From API side, 'service' query parameter supports ``` 'bas', 'bas-deploy', '^run\\-*', "cronie" if no value is set a list of regex (Ex: ?service=bas&service=^run\\-*) the special keyword '?service=all' ```
in our use case, (+60 endpoints), all paths use the same parameter "tenantId" with desc, example and regex validation It generate lots of inline schemas and could be awesome to...
``` 2024-02-12T14:02:36.101Z 139.99.149.220 GET /healthz requestId=01HPET0XCZ4Q2NN4X1PPMM0VJZ bytesIn=102 bytesOut=217 location=AU/Sydney 2024-02-12T14:02:33.589Z 80.247.15.191 GET /healthz requestId=01HPET0VHVRCPYN9TV8RJ6K42Z bytesIn=102 bytesOut=217 location=FR/ 2024-02-12T14:02:34.695Z 15.235.14.214 GET /healthz requestId=01HPET0WEVCXRXBCGT1E5BQG11 bytesIn=102 bytesOut=217 location=US/ 2024-02-12T14:02:34.816Z 37.187.56.232 GET /healthz requestId=01HPET0WVPNNMBDXDJ6MFX08EM...
we need to talk about the "ask" part because not all CLI usage are in an interractive shell
Same warning using CleverCloud Cellar ``` 2025-03-05T15:20:37.774Z WARN imds_load_region: aws_config::imds::region: failed to load region from IMDS err=failed to load IMDS session token: dispatch failure: timeout: error trying to connect: HTTP...
Setting `AWS_EC2_METADATA_DISABLED=true` seems to fix