Ivan

Results 12 issues of Ivan

**Describe the bug** A dataloader `load` for one source triggers db queries for pending requests for other sources as well. **Versions** `graphql` version: 1.12.16 `rails` (or other framework): rails 6.1.3.1...

### Problem Description A project defined by `X.A.DynamicProjects` or `X.A.TopicSpace` is limited to a single workspace. I often want to treat a group of workspaces as a scope, constraining workspace...

enhancement
help wanted

In a Rails app with a controller that supports [query-batching via multiplex](https://graphql-ruby.org/queries/multiplex.html#apollo-query-batching), enabling federated tracing ([using the documented steps](https://github.com/Gusto/apollo-federation-ruby#tracing)) leads to a runtime error when processing batched queries. #### Repro...

## Description I'd like to use rover on [NixOS](https://nixos.org/), which precludes installing via the provided install scripts, so I wrote a Nix package for rover -- https://github.com/NixOS/nixpkgs/pull/164986 -- which works...

question ❓
triage

### Why It would be nice to be able to make `'hlsearch'` automatically dissipate after a configured timeout period, leaving only the match under the cursor highlighted. ### Demo [![asciicast](https://asciinema.org/a/yji8RsBfgIART7GX0qXQG3gSf.png)](https://asciinema.org/a/yji8RsBfgIART7GX0qXQG3gSf?autoplay=1&loop=1)...

**Describe the bug** Occasionally, an API request fails due to an intermittent network error, and the SDK raises a TypeError when attempting to parse the error response as JSON. An...

enhancement

Fix the handling of a nil `path` within `doom/delete-this-file`. If `path` is nil (e.g. called interactively when buffer is not visiting a file), avoid calling `abbreviate-file-name` on nil, otherwise an...

The following steps lead to an error: - invoke Grepper command - enter an alphanumeric character - hit `Tab` - hit `Escape` ``` :Grepper a ``` Expected result: cleanly exit...

Fix a rendering issue that causes the cursor to appear at the end of the hint if `lazyredraw` is enabled and hint is shown in the echo area. ### Problem...

I commonly toggle back and forth between two buffers in a single window, using ```emacs-lisp (switch-to-buffer (caar (window-prev-buffers))) ``` (I use *evil-switch-to-windows-last-buffer*, which mostly boils down to the above expression.)...