Neel icon indicating copy to clipboard operation
Neel copied to clipboard

A Nim library for making Electron-like HTML/JS GUI apps, with full access to Nim capabilities.

Results 5 Neel issues
Sort by recently updated
recently updated
newest added

```log INFO Jester is making jokes at http://127.0.0.1:5000 (all interfaces) DEBUG GET / DEBUG 200 OK {"cache-control": @["no-store"]} DEBUG GET /main.css DEBUG 200 OK {"cache-control": @["no-store"]} DEBUG GET /three.module.js DEBUG...

Hi, thx for the nice lib. I am using version `0.4.0 + nim 1.4.8` and noticed that example app (also my app) can crash when the page is reloaded frequently....

If an `exposeProc` uses try/except and then calls `callJs` from within the `except` block, the app crashes with a segfault. Try this: ``` exposeProcs: proc tryExcept() = try: raise newException(CatchableError,...

Hi. Great project. Is there any chance you could use webview instead of or in addition to Chrome? https://github.com/oskca/webview Thanks.

1. I've compiled the app on windows 10 using MinGW x64 2. After I copied and run the app on other device - it require libwinpthread-1.dll 3. I copied the...