Peter Bengtsson

Results 314 comments of Peter Bengtsson

If I had this, I could do something like: ```js const bits = await Promise.all(index.export) await fs.writeFile(bits, JSON.stringify(bits)) ```

> I have the same issue: https://codesandbox.io/s/flexsearch-search-tests-forked-40gk9?file=/src/index.ts > > It is not even about performance, but how do I sort those 2 independent arrays of results, if there is no...

@ts-thomas I've now written a simple highlighter based on splitting the search string and the string matched. It looks like this: But the results match `Embed` if I "typoed" `embbed`...

> I probably found a way to extend the new language processing pipeline to give support for custom "wrap". At least it would be the best place to apply these...

> I probably found a way to extend the new language processing pipeline to give support for custom "wrap". At least it would be the best place to apply these...

@dryabov Not to be picky but this issue is about merging different font-face blocks. https://github.com/css/csso/issues/351 is about eliminating identically repeated font-face blocks.

I wonder if it was just an old global install of `preact` that interfered.

This rather desperate discussion is relevant: https://gitter.im/webpack/webpack?at=5d762c273b1e5e5df17c91f7 The problem is that somewhere Webpack does inject the script tag into the DOM based on the Webpack manifest. That script tag has...

@developit You never cease to impress me. I'll give this a shot and report back if the stopgap solution works.