Vincent Spallek
Vincent Spallek
If a design system starts to grow and becomes more and more complex, it might be helpful to be able to use building blocks to have a more modular design....
```js const indexWorker = new Worker({ tokenize: 'full', worker: '/flexsearch/worker/worker.js', encode: (str) => str.toLowerCase().split(/[\p{Z}\p{S}\p{P}\p{C}]+/u), }) ``` I am using flexsearch in the browser. With above configuration, I get an error:...
* **Electron-Builder Version**: 24.9.1 * **Node Version**: 18 * **Electron Version**: 28.0.0 * **Electron Type (current, beta, nightly)**: current * **Target**: msi I am creating an msi build with the...
When registering keydown handlers for the plus and minus keys, then there is a glitch in the code highlighting. This is my code: ```html ``` Result:  While the highlighting...
* **Electron-Builder Version**: 24.6.4 * **Node Version**: 18.18.0 * **Electron Version**: @27.0.0 * **Electron Type (current, beta, nightly)**: current * **Target**: Windows, MSI The `name` in my `package.json` file includes...
## Description A Watcher with `recursive: true` but `depth: 1` does not work under Linux if the watched folder has subfolders. Note that the same configuration does work under Windows...
The `conan remove` command is missing an option to skip without returning an error if the package to be removed does not exist. Background: It is really cumbersome to build...
There are use cases where the server is the master of the documents. Is there a better way to have documents created by the server than opening a socket to...
### Describe the bug Steps to reproduce: - Create producer that exposes an mf-manifest.json - Create a consumer that loads consumer dynamically at runtime: - `registerRemotes()` to register mf-manifest.json with...
### Describe the bug Clone the linked repo. ``` npm i ``` Then run ``` npm run build -w mf-remote-rsbuild ``` This will yield: > (node:43128) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type...