nicerobot
nicerobot
**Describe the bug** I've tried a custom Apollo Server and the default graphql-mesh dev server and my Apollo Gateway fails when connecting to the server. If i run the backend...
**Describe the bug** I just tried upgrading from `"@graphql-mesh/cli": "^0.45.0"` to `"@graphql-mesh/cli": "^0.46.1"` and now mesh:dev fails with lots of ``` The directive "@key" can only be used once at...
`installer.sh` didn't detect Darwin properly and I was going to check it and maybe provide a PR but where is it?
When a linked worktree's HEAD ref is a tracking-branch, this code will attempt to open the ref using the path in the `.git/worktree` which is not where the refs are...
``` github.com/go-git/go-git/v5 v5.4.2 ``` It seems `object.NewCommitLimitIterFromIter`, and, specifically, `commitLimitIter.Next()`, doesn't consider the sorting order of the `sourceIter` to determine if `Since` can short-circuit the iteration. This is a severe...
When a response's `Set-Cookie` is empty: Set-Cookie: khttp throws: Exception in thread "main" java.lang.IllegalArgumentException: "" is not a cookie. at khttp.structures.cookie.Cookie$Companion.toCookie(Cookie.kt:13) at khttp.structures.cookie.Cookie$Companion.access$toCookie(Cookie.kt:10) at khttp.structures.cookie.Cookie.(Cookie.kt:24) at khttp.responses.GenericResponse$Companion.getCookieJar$khttp(GenericResponse.kt:35) at khttp.responses.GenericResponse$Companion$defaultEndInitializers$3.invoke(GenericResponse.kt:116) at...
The code leaves a lot to be desired. It's time for a refactor to support use as a library, make it testable, and replace the scripted test harness with native...
When processing YAML (or JSON), after each render of the template, if there are still variables to replace, add the document to the context and render again, iterating until there...