Jarred Ward

Results 33 comments of Jarred Ward

One last thing, in the [field selection merging section](https://spec.graphql.org/October2021/#sec-Field-Selection-Merging) of the spec, it states: > If multiple field selections with the same response names are encountered during execution, the field...

This still seems to be occurring with the latest version. Any way we can get a fix in for it? _Edit: and FWIW this patch does seem to fix the...

Here's a config working w/ v4 on my machine: ```elisp (use-package lsp-tailwindcss :ensure t :straight '(lsp-tailwindcss :type git :host github :repo "merrickluo/lsp-tailwindcss") :after lsp-mode :init (setq lsp-tailwindcss-add-on-mode t lsp-tailwindcss-server-version "0.14.8"...

I'm wondering if there is a coroutine solution here with the new `iter.Seq` and `iter.Pull`? Haven't thought too deeply on it yet, but I have been interested in more "coroutine"-like...

This issue is also present in the CloudFormation service. I can't create stacks that have `UserPoolTier` if the template has a `Transform: AWS::Serverless-2016-10-31`.

You know, the issue isn't actually what I linked above. I was trying to figure out why it didn't seem like my muscle memory was working as expected with this...

One maybe quite important note, I started having all of these issue the moment I tried to bring this into my `MODULE.bazel`: ``` bazel_dep( name = "grpc", version = "1.72.0",...

Repro repo here https://github.com/jarreds/cel-go-repro README.md has details on repro.

FWIW I was able to get this compiling at least by adding this to the `go.mod`: ```gomod replace cel.dev/expr v0.23.1 => cel.dev/expr v0.23.0 ```

This has recently stated happening at an onerous frequency in our Bazel monorepo build action. Self-hosted runner. Happy to provide any troubleshooting info I can. Summary: > **Bazel Build** The...