-
How to:
— integrate with python-shell (for using Python scripts with sqlite)
— build for windows?
-
## End-to-End (E2E) Testing Guideline
- **Documentation:** Always consult the development documentation for the current stage tag at [this link](https://documentation-dev.wazuh.com/v4.9.1-rc2/index…
-
Hi!
If I understand https://github.com/saltyshiomix/nextron/blob/main/lib/nextron-dev.ts#L66 correctly, the `nextron dev` has no ways of forwarding the command-line args to the electron main proces…
-
@saltyshiomix
**Can't able to install nextron app in M1 Mac**
When I build using my Macbook M1 pro, without any issues the build geting completed.
But when I tried to install the application,…
-
-
The same as this
https://github.com/saltyshiomix/nextron/issues/278
https://github.com/pnpm/pnpm/issues/3415#issuecomment-1042428327
To solve it, in the root of the monorepo create a file `.npmrc…
-
Following the readme instructions, after cloning the code and getting the modules with `yarn` I get the following error when running `yarn dev`:
```
> yarn dev
yarn run v1.22.21
$ yarn run build…
-
Hi @saltyshiomix, I have built a desktop app with
- Nextron 8.2
- Electron 20.1
- next 12.2.5
- react 18.2
I have integrated authentication with auth0 `auth0/nextjs-auth0@2.5.0`, and it works…
-
### Describe the feature
I'm trying to build greenlight for my Raspberry Pi 4B (which is arm64). I'm having trouble getting the package to build/install. Any insight would be much appreciated!
### …
-
```js
import electron from 'electron';
const ipcRenderer = electron.ipcRenderer || false;
```
The "ipcRenderer" is always false in production build. It works fine in development, but doesn't see…