Jared Henderson

Results 10 issues of Jared Henderson

In one of my apps, I'm wanting to mount several GraphQL resolvers for different API consumers, and to implement some path-based API versioning (like `/graphql/macosapp-05-2022` and `/graphql/dashboard`), but the current...

It looks like this library in its current form doesn't support GraphQL subscriptions. Is that correct? I'm wanting to implement some new websocket-based functionality in one of my vapor/graphql apps,...

thanks for the library! would it be possible to get `0.4.1` released so that #57 (Sendable conformance) could be included?

As noted here: https://github.com/threepointone/glamor/pull/386 babel 7 requires that plugins export a function, not an object. Babel 7 looks like it's ready to land very shortly. Without the modification or the...

thanks for the library! truly appreciate it! the parser currently incorrectly finds tags inside of `` elements, so for example: ```html // a comment foo ``` will produce a ``...

trying to use nx-ignore on netlify with an `ignore` command, but my monorepo is using pnpm, and at the time that netlify runs the ignore script, it can't seem to...

RN 0.71 seems to have changed the AppDelegate entrypoint significantly. From piecing together info from https://github.com/facebook/react-native/issues/35937 and https://github.com/facebook/react-native/blob/main/Libraries/AppDelegate/RCTAppDelegate.h I think the correct way to install, replacing the default UIViewController would...

Hi there. First, a **HUGE** thanks for this project, and all the research you've done. This issue is hitting our app, and all the knowledge you've gained and shared has...

caveat: this might be a dumb question. I'm using SQLKit in a semi-low level ORM-ish thing I rolled myself with a limited scope, that's been working very well for a...