Gabbi Fisher

Results 9 issues of Gabbi Fisher

### Rust Version rustc 1.36.0 (a53f9df32 2019-07-03) ### Affected Version of clap 2.33.0 ### Bug or Feature Request Summary I was hoping that I could make an argument required, and...

C-enhancement
A-parsing
S-waiting-on-design

This PR enforces the use of javascript modules so that issue #378 no longer occurs. I'm happy to refactor how we add the anonymous function for creating a javascript module....

There are some APIs at Cloudflare that do not follow our common use of json for request and response bodies: Two examples of this: 1. Reading a Workers KV value...

enhancement

There are certain API endpoints on the Cloudflare API that allow users to send large payloads (e.g. the Workers KV bulk upload endpoint). The API gateway will block any payloads...

This PR explores a PoC for one part of #26. It focuses on allowing non-json response bodies to be accepted by cloudflare-rs and returned using the same ApiSuccess.result accessor pattern...

Hello! We are on hiera version v0.2.0. We are parsing a fact into a JSON output format and noticed a parsing error. When parsing a yaml list like ```yaml myList:...

I defined a transparent type in one ffi submodule: ```rust // error.rs #[swift_bridge::bridge] pub mod ffi { #[swift_bridge(swift_repr="struct")] pub struct RuntimeError { pub error: String } } ``` and tried...

good first issue

Adds withMetadata() convenience function for adding multiple metadata k/v pairs to a Logger. ### Motivation: Addresses #321 ### Modifications: Note that in the spirit of the `Logger[metadataKey: key] = value`...

### Expected behavior Let’s say I have an existing Logger.Metadata struct I want to add to a Logger as metadata. It doesn’t seem like there is a simple function like...