Andrey (Andrii) Los
Andrey (Andrii) Los
For anyone looking for a compatible one, here is my attempt. It seems to be working. Unsure tho, how `getWalletClient` is even used TBH and whether it was used in...
Another use case I would prefer is for monorepos to be able to have global `.env.keys` at the root of the repository. Having to copy-paste keys to multiple apps on...
@LawJolla just be careful with it as last time (around August 2022 I guess) I used it for schema stitching, unfortunately, it was hiding/swallowing the position of the errors, and...
I don't think it's unavailable because of the broken build. I'll try to contact @nodkz and see what we can do.
BTW. Was able to contact Paul. He got me into the organization and gave an update that due to his private life, new work etc. he has no time for...
Solved temporarily by hosting here https://graphql-rules.onrender.com. Also updated that in README.md.
Even for simple aliases but with the `mkdist` builder it won't work. Let's say `@lib` alias to `lib` folder in case of `mkdist` doesn't work and stays `@lib/whatever` in the...
I have struggles with tests. I've added mine that worked perfectly, but then figured there are already existing tests for that, so tried to modify them to get some unexpected/weird...
This, basically, blocks us from using Prettier per library as test (instead of across entire workspace) in Bazel.
Added a PR that makes Prettier follow only symlinked files and only if direct path provided. https://github.com/prettier/prettier/pull/17475