Edu

Results 73 issues of Edu

### Describe the bug The type `QueryClientConfig` is missing type args. It is currently defined as ```ts export interface QueryClientConfig { queryCache?: QueryCache; mutationCache?: MutationCache; defaultOptions?: DefaultOptions; } ``` and...

- `nvim --version`: `NVIM v0.8.0-dev+70-g521e91e1c` - `git --version`: `git version 2.30.2` - Operating system/version: Ubuntu 21.04 - Terminal name/version: Alacritty ### Steps to reproduce Update packages with a command such...

bug

Was unable to find any docs for setting the `autopairs` property below in either the autopairs or the TS repos, https://github.com/LunarVim/Neovim-from-scratch/blob/1d14e44126b153943abc8559e3c2a8ccce9fe931/lua/user/treesitter.lua#L10-L12 What does this setting do, and how did you...

Was looking through the [type definitions](https://github.com/hrsh7th/nvim-cmp/blob/da4c071f6bdb1edfa1debc7e1f7842c2d620bb04/lua/cmp/types/cmp.lua#L72-L84) of `cmp`'s setup configuration and comparing them to the the setup table provided in this repo, https://github.com/LunarVim/Neovim-from-scratch/blob/8cebbf6b111b664aecf8a29039c483ae4db5afe7/lua/user/cmp.lua#L118-L121 Is the `confirm_opts` supported by `cmp`? Was...

**Expected Behavior** In `package.json` there should be a `bootstrap` script, as described in the Contributing section of the docs. **Actual Behavior** No `bootstrap` script **A _simple_ reproduction** Just take a...

**Intended outcome:** I'm following the example on [how to create a mock server](https://www.apollographql.com/docs/apollo-server/features/mocking/). The basic gist is that after obtaining a schema via introspection (for which I used `apollo client:download-schema`),...

**Intended outcome:** Schema should be loaded from locally running server instance **Actual outcome:** Schema is *always* fetched from Apollo Graph Manager (formerly Apollo Engine). I know this b/c 1. The...

:spiral_notepad: component - vscode

So say a repository's root is at `~/project`, meaning the following files exist (among others): ``` ~/project/package.json ~/project/node_modules ~/project/src/index.ts ~/project/src/tsconfig.json ``` Opening the editor at `atom ~/project/src` will cause all...

Don't the 32 bit writers use four bytes?

When writing jsx codeblocks in markdown files, I believe that the syntax highlighting is provided by `language-babel`. However, when trying to close the codeblock, the syntax highlighting for jsx bleeds...