David Liu

Results 27 comments of David Liu

Need either to patch the original lockfile lib (which the owner already archived it), or probably should fork that lib and fix this issue.

i seem to run into similar issues above. is this ticket being investigated since it has been a full year since this ticket was last updated

i could provide more information on my end: when I introduced 100ms delay between chokidar.watch using setTimeout and async await, then the file will not be missed. It seems that...

And this also only shows up in electron+react and works normally in nodejs. i initially suspect that there are hidden async call inside watcher setup codes that does not await...

Chokidar version 3.5.3 "electron": "^19.0.11", "react": "^18.1.0", macos: 12.3.1

Actually from the doc you linked it suggests that this preload script runs under the renderer process since it has both access to the node env(of the renderer process) and...

Hihi thanks for your reply. @doodlewind Looking forward to the basic tutorials! Meanwhile if I want to serialize the content to JSON, I need to use Job and it has...

Actually what I want to do is basic editor setup: 1. Save and Load from Disk 2. Add and delete page 3. Detect Modified State if file is modified

Same here for the TipTap editor, which uses content editable to support rich text edit. As long as this library is added the drag and drop inside the editor no...