Ruslan Talpa

Results 11 issues of Ruslan Talpa

(adding this to keep track of bug discovered) schema/execute modules need to fix how interfaces/unions are defined and executed. Either check that the resolveType is defined or provide a default...

@djrobstep thank you for migra Although this might be a more general issue (relations owners not being tracked), i noticed this when diffing two views that had a specific owner...

bug

In case of server side rendering, i want to forward a particular header (Cookie) from the express request to the (fetch) req object (the one received by middleware). How can...

This is a small change that allows configuring multiple oauth providers and serving them from the same location. here is a sample ``` # initialize common oauth configuration set $oauth_config_prefix...

I see this as a "bridge" between the two components, so with this idea in mind, why not have the convention that the PG channel is equal to the RMQ...

body-parser 2.x used in express 5 changed how it checks if the post body was read to this: https://github.com/jshttp/on-finished/blob/master/index.js#L76 At the same time, serverless-http is setting the body to a...

Hi Do you plan to support the "Recurring Billing" capabilities in GraphQL soon? The reason I need this is because I would need (prefer) to write my integration in Lua,...

enhancement

Hey @subzero how can i get in touch with you? Thanks

Per discussion in #33 this flag is needed to be able to easily build additional dynamic nginx modules

without this flag, building dynamic modules, targeting a specific openresty package release is a pain. One has to use `-V` option to figure out the build arguments used when building...