Trofin Sorin

Results 6 issues of 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? ![image](https://user-images.githubusercontent.com/43543139/191495978-5f4482c4-b45c-4e0e-8a11-fa82cc736492.png)

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...

bug

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:...