Jim Isaacs
Jim Isaacs
Hello @ije, been a little while. I'm getting back into this project a little more, and realizing that it would be a lot easier to make it work for use...
This should allow `use()` to behave more like express.use
So before this commit: https://github.com/hoangvvo/next-connect/commit/b3fede17e1bc78cec2d00392301c0a97463fe1fb an API consumer was passing an array of functions as `base` without a problem. As this documentation shows should be allowed, if this is a...
Invocation: ``` carthage bootstrap --project-directory "${CARTHAGE_PROJECT_DIR}" --no-build --verbose carthage outdated --project-directory "${CARTHAGE_PROJECT_DIR}" --xcode-warnings --verbose ``` * carthage install method: [ ] .pkg, [x] homebrew, [ ] source * `which carthage`:...
Hello, this is my attempt to fix codegen to be able to use `"importsNotUsedAsValues": "error"` in tsconfig.json. It definitely fixes my codebase, which is a pretty gigantic codebase. At first...
Was wondering if TestHostApp.xcscheme needed to be shared? I can't seem to upgrade this package because it fails the carthage build trying to build this scheme.
This is the corresponding PR to issue https://github.com/tngan/samlify/issues/411
First of all, I want to thank you for the amazing work that I am able to stand on the shoulders of. After making my changes to this library, I...
## Bug report Reduced case that does not compile. Notice a field of `dog` becomes incompatible with a fragment of `Dog`. ### schema.graphqls ```graphqls type Query { dog: Canine }...