Justin Osborne

Results 5 comments of Justin Osborne

Extract the Takeout file, and then use that as your input instead of the zip file. That fixed it for me. So, for example, my notes were in Takeout/Keep, so:...

Also can confirm this is happening on my Google Pixel 3 XL on the 11 Beta.

I'm only seeing this occur on Windows (perhaps related to QMenuBar). Not sure it's helpful, but testing with WinDbg shows the following exception: ``` qode!v8::internal::SetupIsolateDelegate::SetupHeap ``` It also doesn't seem...

It's looking for the .node file located at `node_modules@nodegui\nodegui\build\Release\nodegui_core.node` in [build/dist for the plugins](https://github.com/nodegui/packer/blob/5e4eef101bc02f489726fb3ff35d45141d4672ea/src/win32/index.ts#L27). The default webpack configuration copies it to the `./dist/` every build. I'm using esbuild though and...

I also am having this issue when using workers using the latest version.