Carlonn Rivers
Carlonn Rivers
Hi, The latest build version is the v2.8.0 binary with a v1.5.0 client. Try upgrading (neu update) to that version, and if it doesn't update, you may have to reinstall...
Neutralinojs cannot be used for a commercial application delivered by an independent software vendor
I think to solve this one needs to look into neu bundler; to create installable applications for all distributable versions. For windows, they'll have an installer they allow to run...
@Blatman it looks like the same thing! Sorry for reposting. Although I did enter steps to reproduce, and the previous issue has been almost a month ago unresolved. Should I...
In short, the answer is *no*. Express uses routes and feeds pages to the browser. Neu by nature just feeds the file in the `url` and `documentRoot` of the config...
@Blatman yeah it is possible to use Express that way. However, that Express will act as a server, and it cannot be integrated with Neutralino since they work in different...
For me, even escaping the path did not work. In the end I simple omitted NL_PATH and used relative paths. (Only tested on windows though) ```json "command": "node extensions/sampleextension/main.js" ```
Hi @shalithasuranga yes I have a special case. **TLDR:** For autosave backup files that aren't affected by the single-threaded JS. I am working on a game engine editor software for...
After extensive reviewing of the neutralinojs code (after running it in a beautifier), I realized that the functions send a fetch request to the server through the port. However, you...
Hi @corbane yes I have a special use case as I commented in the other [issue](https://github.com/neutralinojs/neutralino.js/issues/14#issuecomment-987395647). TLDR: For autosave backup files that aren't affected by the single-threaded JS. I am...
No @pathange-s this was not fixed in windows yet. Think it has to do with how webkit itself works. I think @kodaloid found something close (to just have the app...