Eric Ihli

Results 19 issues of Eric Ihli

https://github.com/microsoft/vscode/ From https://github.com/znck/grammarly/blob/main/redirect/functions/redirect.js `const schemes = new Set(['vscode', 'vscode-insiders', 'vscodium'])` ``` function validate(scheme, hostname, pathname) { if (!schemes.has(scheme)) throw new Error(`Invalid scheme: ${scheme}`) if (hostname !== 'znck.grammarly') throw new Error(`Invalid...

good first issue

The "VBP" example was repeated twice. Looks like the second is supposed to be a gerund example, "VBG"

I've got some code like below and I'd like to comment out all of the `64 bit test loop` with a single `//` line. But right now it only prefixes...

### Synchronous calls to indefinitely blocking functions 1. `electronRendererSecureStorage` calls `ipcRenderer.sendSync` with the `keytar` message of `getPassword`. 2. `keytarStorageListener` hears the `keytar` message and awaits a call to `getPassword` from...

desktop

## Documentation Page https://github.com/DataDog/documentation/blob/d9b2644bc89d48b1ca70a0e378213eb0a9919d9f/content/en/serverless/installation/nodejs.md?plain=1#L99 ## Issue Description I expected the link to take me to something more closely related to the serverless plugin. Seems like this link might be a...

To link to a chapter/section: [anchor text](@chapter or section title) This change adds a slot to the weaver to store a map of chapter/section titles to their IDs. Then when...

Trying to address [this TODO](https://github.com/yaml/pyyaml/blob/fix-tabs/lib/yaml/scanner.py#L769): > TODO: We need to make tab handling rules more sane. A good rule is > Tabs cannot precede tokens > BLOCK-SEQUENCE-START, BLOCK-MAPPING-START, BLOCK-END, >...

Notebooks don't show up pretty in the Github diff viewer. You can see the pretty notebook here: https://github.com/eihli/NEKO/blob/vqa-eval-exploration/dev_notebooks/vqa_playground.ipynb Explores the difference between training and evaluation runs. Trying to find why...