Predrag Gruevski
Predrag Gruevski
Makes sense. Also, I'm sure you've already seen the example adapters in the `examples` directory, right? On Thu, Sep 21, 2023, 12:24 AM Jano Simas ***@***.***> wrote: > Thanks for...
I believe we've completed the work needed to make `Send` possible.
Unfortunately, I don't have a concrete timeline to offer. Appropriately prioritizing between the various ways to expand query functionality (e.g. this, #83, more `@transform` kinds, etc.) is a challenge and...
Yes, I suspect this is indeed related to how `@optional` works: it _only_ makes the edge optional and doesn't go any deeper. If the edge is resolved and found to...
The remaining CI check just wants you to run `npm run all` and commit the result. This is because GitHub Actions currently must be written in JavaScript, so we have...
Interesting idea! Would love to hear more about the workflow itself. Is the expectation that users that open PRs containing breaking changes should immediately bump the version number in the...
Absolutely. I want the same thing. In my mind, this kind of workflow would want to compare the PR branch to the target branch — e.g. `pg/new-feature` to `main`, where...
Sounds great! Feel free to ping me anytime if a second pair of eyes could be useful. There are two classes of problems I was worried about in #15 that...
After more investigation, it appears that this is due to an unfortunate behavior in mypy, where: - the error is not caught in the laxest mypy configuration, however - it...
Thanks for opening this, it's a good idea and we should support and document this. I think this is mostly a docs issue + a minor bug that can be...