Quang Lam
Quang Lam
We’re having the same issue. The code (node-llama-cpp) runs normally with Node.js but crashes when running in Electron.
Thanks for reporting. It's likely we might have to move the project to ES Module. I used `webpack` so I didn't encounter this issue at all.
@aslushnikov @mxschmitt Actually, the repro is copied from https://github.com/microsoft/playwright/issues/18928. I'm persoanlly not using https://github.com/AzureAD/microsoft-authentication-library-for-js I have the same issue when using v1.28.1 with [email protected]. Downgrading to v1.27.1 fixes the problem.
Please release v5!!
Thank you for the feedback! This is feature is in the roadmap and we will work on it soon.
Thank you for the feedback, @brownhamer! I'll see what I can to integrate this directly to Singlebox. For now, have you tried the multisite app feature of WebCatalog: https://atomery.com/webcatalog/multisite-apps? For...
For example, you can create two multisite apps: Personal & Band. Each of these apps would work just like a Singlebox instance.
@brownhamer For that, you can go to **Preferences... > Advanced** and switch on **Share browsing data between workspaces**
What is the status for this? I seems quite simple with https://developer.mozilla.org/en-US/docs/Web/API/Navigator/registerProtocolHandler
We're currently using this for Windows. Hope it helps! ``` - name: Install 1Password CLI (Windows) shell: powershell # Install 1Password CLI > Windows > Manual: https://developer.1password.com/docs/cli/get-started/ # Adding a...