agracio
agracio
Hi, I maintain an up-to-date version of Edge.Js https://github.com/agracio/edge-js that supports modern versions of Node.Js, modern .Net Core versions, incorporates unmerged PRs from original Edge.Js repo and receives constant updates...
Hi, I maintain an up-to-date version of Edge.Js https://github.com/agracio/edge-js that supports modern versions of Node.Js, .Net Core, incorporates unmerged PRs from original Edge.Js repo and receives constant updates via new...
Hi, I am having a problem when strings contain `\n` to create a new line in output. It is easy to reproduce using a test. Input ```cs void Foo() {...
Not sure if this is a bug or more likely a user error. - Windows 10 - Node.js 22.11.0 - nexe 4.0.0-rc.6 - installed using `npm i -g nexe` `hello.js`...
**Describe the bug** According to provided screenshot in README the thin line under the title should be green for passed, red for failed and blue for pending. However pending tests...
**Is your feature request related to a problem? Please describe.** Not a huge issue but having an option for dark theme HTML would be nice **Describe the solution you'd like**...
According to Electron API docs BrowserView was deprecated in version 29 in favour of WebContentsView. BrowserView: https://www.electronjs.org/docs/latest/api/browser-view WebContentsView: https://www.electronjs.org/docs/latest/api/web-contents-view It is worth looking at this to make sure that API...