Trofin Sorin
Trofin Sorin
Hello, i've deployed a hazel server for autoupdating electron app. But i get this error when i try to start the server locally. `vercel dev` must not recursively invoke itself....
@toyobayashi what do you mean limitation by paid application? We cannot use stripe so users can buy a subscription directly from Electron? 
Can this package run on MacOS or Ubuntu? If not, would this feature be implemented in the future? Thank you
## Prerequisites - [x] Using npm - [x] Using an up-to-date [`main` branch](https://github.com/electron-react-boilerplate/electron-react-boilerplate/tree/main) - [x] Using latest version of devtools. [Check the docs for how to update](https://electron-react-boilerplate.js.org/docs/dev-tools/) - [x] Tried...
I'm saving the HTML to my database and when entering the modal that contains this WYSIWYG. I need to add back to the WYSIWYG this HTML: ` 1\n 2\n3\n` Which will...
**Minimal HTML example** ```html 1 2 3 ``` **Options** ```javascript { wordwrap: false, preserveNewlines: false, selectors: [ { selector: 'p', options: { leadingLineBreaks: 0, trailingLineBreaks: 0 } }, { selector:...