Serhii Holinei

Results 13 issues of Serhii Holinei

I believe, you should mention [arrow functions](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Functions/Arrow_functions) [here](https://github.com/alanjames1987/Node.js-Best-Practices#save-a-reference-to-this-because-it-changes-based-on-context).

Characters that are not present in a search query get highlighted: ## Code ```js import FuzzySearch from 'fz-search'; // v1.0.0 const nodes = [ { value: 'primer' }, ]; const...

[index.test-d.tsx](https://github.com/vadimdemedes/ink-select-input/blob/master/index.test-d.tsx) exports types and default value (`InkSelectInput`): https://github.com/vadimdemedes/ink-select-input/blob/6e0f6f47cf2d85dc0a171814b2c95d18db985ea5/index.d.ts#L72-L75 However, it doesn't export `Item` and `Indicator` components. Because of that, an attempt to import `Item` from `ink-select-input` ends up with: ![image](https://user-images.githubusercontent.com/2017344/61744710-a3716100-ada0-11e9-8ece-46d098483946.png)...

### Reproducible in vscode.dev or in VS Code Desktop? - [X] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop ### Reproducible in the monaco editor playground? - [ ] Not...

Ability to share a link to a specific line of code is needed

### Describe the Bug When I change the zoom level using `Controls`, `onEnd` of `useOnViewportChange` is not called. ``` useOnViewportChange({ onEnd: (viewport) => console.log("end", viewport), }); ``` ### Your Example...

v12

I want to show a message, like "No files match your search query" if there are no search results. How can I get this information? Is there a callback that...

Is there an example of unit tests? The only test I could find is this: https://github.com/brimdata/react-arborist/blob/main/modules/react-arborist/src/interfaces/tree-api.test.ts