Tony Holdstock-Brown

Results 82 issues of Tony Holdstock-Brown

Conforming to the gqlgen interfaces.

Hi peeps, playing around with wazero for fun - it's awesome! I'm currently using wazero to run wasi based libraries within Go. The library is built in Rust, and I...

Allow upserting using partial indexes. Right now, one must supply column names for upserts. If an application has a partial index (ie. in the case of null values), upserts fail....

Given two structs User and Profile linked with a foreign key: ```go type User struct { ID uuid.UUID Name string CreatedAt time.Time UpdatedAt time.Time } type Profile struct { ID...

Opening a PR with a _prototype_ as a means to discuss custom resolvers. [Based off of this comment](https://github.com/CloudyKit/jet/issues/110#issuecomment-749494289) in #110, custom resolvers allow us to override default functionality when executing...

3 days ago the RN team submitted a patch for overflow support in Android: https://github.com/facebook/react-native/commit/30044fd531c22c4c5e8f1ede206fa7c2c3fd3aa8 Hopefully, from RN 0.49 or 0.50 this should support android. When out we should test....

help wanted

Wondering if we should back up videos on IPFS for redundant storage and a little safer peace of mind, given where things are at. Let me know, and maybe we...

Engineering

No need to prepend `client.URL.String()` to the `doRequest` call. Also implement `/container/%s/resize` alongside `ExecResize`

Ensures `query.status` is an instanceof Status, and ensure that failed queries from drivers have an internal status set.