Weston Schmidt

Results 32 issues of Weston Schmidt

I'm working on unit testing some of my code that interacts with the `BatchFactory` code. I reviewed the `BatchFactory` code and was a bit confused as to why it was...

Why marshal from a `graphql_datasource.Configuration` to JSON here: https://github.com/wundergraph/graphql-go-tools/blob/e6e1a13e36eaf3a4e09a2bbd1eca3dfcb3d955d6/pkg/graphql/engine_config_v2.go#L97 Only to turn around and unmarshal the same struct from JSON here: https://github.com/wundergraph/graphql-go-tools/blob/e6e1a13e36eaf3a4e09a2bbd1eca3dfcb3d955d6/pkg/engine/datasource/graphql_datasource/graphql_datasource.go#L241 Why the extra step?

I noticed when I was digging though the batch code that the pools appear to be singletons. (Where I noticed this: https://github.com/wundergraph/graphql-go-tools/blob/e6e1a13e36eaf3a4e09a2bbd1eca3dfcb3d955d6/pkg/engine/datasource/graphql_datasource/batch.go#L45) Here are the 3 different pools & the...

When connecting to machines over TLS, certificate hostnames are not being validated against the DNS name of the machine. This enables a man-in-the-middle attach vector.

## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...

help-wanted
kind/enhancement
impact/usability

This change adds storing the string version of numbers during decoding so that large or precise numbers can be handled by the program without the need for cJSON to directly...

I wanted to see if there would be any interest in accepting a patch where large numbers (like even larger than 64bit numbers) would be handled as a string in...

The serial port sub-system was [mentioned](https://github.com/periph/host/issues/7) as one that you're ok bringing in other implementations. I'm presently using this one as the basis for a ds2480 1-wire chip: https://github.com/bugst/go-serial. Based...

What is the license for swift v5 @Marti2203 @JanWittler ? Will it be BSD like v2 and v3?

swift
license

In the v53.0.0 release, the Repository.ID is defined as an `int64`, but there are several consumers are presently defined as `int`. For most users this isn't a huge problem, but...