-
See https://github.com/translating-science/rust-smart-fhir (thanks for the notification).
Some integration into fhir-sdk would be great.
-
I tried this code:
```rust
cargo fix --allow-dirty --allow-staged
```
I expected cargo to fix the lint warnings reported by rustc
Instead, I got the following warnings
### Meta
…
-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
I'd like to limit the rate of requests I make to S3, to avoid running into throttling on thei…
-
When attempting to do peer authentication with a macOS client, an error gets raised corresponding with errSSLPeerAuthCompleted. This shouldn't actually be raised, should it? (For reference, errSSLPeer…
-
From what I understand, this library doesn't support Authorization yet (like basic/token/bearer) through the security and securityDefinitions of swagger. Is there a way to inject custom headers when t…
-
First of all, this crate is great, and the code is very clean, so thank you.
It would be nice to have the option to use simple blocking io instead of pulling in `tokio` and `reqwest` which are rath…
-
Hi,
everything with jsonp works fine as long as there is no other status code than 200.
When I get a 400, neither success nor fail is called.
```
reqwest({
type: 'jsonp',
meth…
-
I have something along this request:
```
return when(reqwest({
url: 'the_url',
method: 'post',
type: 'json',
contentType: 'application/json',
crossOrigin: true…
-
We are installing our apps in enterprise networks that require external internet access to go through a proxy server. Is it possible to have the installer respect that when downloading VC Redists and …
-
When running cargo build it fails on openssl, which is odd since I do have openssl installed on my MacOS.
```
--- stdout
cargo:rustc-cfg=const_fn
cargo:rerun-if-env-changed=X86_64_UNKNOWN_LI…