Mostafa Pourmorad

Results 8 comments of Mostafa Pourmorad

Every time I hibernate, I have to refresh the program for it to work properly

As discussed in this bug [#909](https://github.com/neutralinojs/neutralinojs/issues/909) some variables should be initialized first (for react it should be inside index.js) ``` import { BrowserRouter } from 'react-router-dom' import { StrictMode }...

In windows I used `--window-hidden=true` and after some code used `await Neutralino.window.show()` but still a default sized white window pops first then a bit later the app window shows up

Same problem here Please adapt with new version of google sign in api

yarn 4+ couldn't use ```yarn link``` in projectA to be able to link it in projectB using ```yarn link projectA``` or a relative path ```yarn link rel/projectA``` projectA is using...

This one preserves both the link and its formatting style applied by the wrapping tag, for other nonText elements we can do similar (AI helps a lot with generating regexes)...

Ignore any \n before and after the main content ``` editor.insertData = (data) => { const html = data.getData('text/html') if (html) { const parsed = new DOMParser().parseFromString(html, 'text/html') const regex...

A solution for this added [here => #4268](https://github.com/ianstormtaylor/slate/issues/4268#issuecomment-1751769796)