-
Issues have been encountered while converting sigma rules that have windash modifier.
For this sigma rule
```
title: Renamed ProcDump Execution
id: 4a0b2c7e-7cb2-495d-8b63-5f268e7bfd67
related…
-
Hi,
thanks for making nextron possible!.
I wonder if it would be useful to add some specific documentation on how both Electron and NextJS map to each other, or overlap in Nextron.
From a begi…
-
Like I mentioned in the title, when setting the createWindow to use `frame: false`, the window becomes black. With that, Mica-Electron module also doesn't work, having the static color set instead of …
-
Hi I was wondering if anyone had to encrypt the apps they made using nextron?
I wanted to try and do it with bytenode ?
Not sure if no one has done it before?
-
The second terminal that Nextron dev opens show the following messages after restart:
```
Starting inspector on 127.0.0.1:9292 failed: address already in use
[1616:0611/152425.275:ERROR:tcp_socket_…
-
I wanted to upgrade from nextJS 10 to 11 and nextron 6 to 7. This upgrade also changed the webpack version from 4 to 5 internally.
After the upgrade, I get this error when running dev:
```
Erro…
-
![image](https://user-images.githubusercontent.com/13215662/109414632-ae0cc700-79d5-11eb-8808-a1513c084c9a.png)
When I restart nextron (for example, when I change `next.config.js` so I have to rest…
-
When I build the app to production this error is showed on console.
![image](https://user-images.githubusercontent.com/40039337/60762197-af32f880-a028-11e9-9c96-793858e79e16.png)
-
How do I keep it from opening multiple instances when running it from dev mode? Like if I have a window open and I add a space to a string in an app file then it will open another instance of the app …
-
I want to use next 14 but the build does not work because I cannot use "output: export" in next.config.js. how can I change the build of next js to
"output: export" in next.config.js.