Halid
Halid
yes there are such annoying colour distortions at some points, for these I edited my `setting.js` file as follows: ```js "workbench.colorCustomizations": { "[poimandres-noitalics]": { "peekViewEditorStickyScroll.background": "#1C1E28", "peekView.border": "#59d9bd70", "peekViewEditor.background": "#232531",...
I think this is a problem with react because I get this error even though I use pure input and react.
> To check the location of the package: > > `npm config get prefix` > > Then run this : > > `sudo chown -R $(whoami) $(npm config get prefix)/{lib/node_modules,bin,share}`...
```js import { Index } from 'flexsearch' export function buildIndex(data) { const index = new Index({ charset: 'latin:extra', tokenize: 'full', resolution: 9, cache: true, }) data.forEach((posts, i) => { const...