vincesp

Results 8 issues of vincesp

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: ![image](https://user-images.githubusercontent.com/2853797/222176828-40f9ce4f-5c78-46b1-823f-e19f154fbae2.png) 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...