Blatman

Results 42 comments of Blatman

@shalithasuranga - aye tried v4.1.0 just before asio added, using console.log I get some returns but some parts still not working - eg: using the os.showMessageBox I get data returned...

Not sure if it will help but the os.setTray works for me on M1 Mac running Monterey 12.1 (Safari 15) (Rosetta2 installed). Is there something in the setTray code causing...

Looks like an Intel only issue then although Rosetta2 should react the same ....

Was kind of curious as to where the above call stack was coming from and I get it whenever I open the Inspect Element dev console after the app has...

Yea - the warning above only occurs when the dev tools are opened (WKInspectorWKWebView) when using the executable directly in terminal mode. The setTray works for me OK but the...

Just for curiosity does anyone have an example of code within the setTray() function that fails or does it only fail when using the CLI? eg: I do know that...

Yes that may be the case. As far as I can see for me the setTray works OK in a normal mac app scenario provided the icon path etc is...

Update: Found setDraggableRegion to be working on M1 mac running Monterey 12.1 - I can only assume that Safari 15 has made the difference. Safari 14 was supposed to have...

The supplied server binaries are built for MacOS 11 or later but the binary can be built for earlier OS's (eg: Catalina/Mojave/High Sierra). Possibly the devs don't have access to...

@leaanthony FWIW - MacOS does have an issue with open file limits - is this maybe linked? This screenshot sourced from the nw-builder project which had the problem in the...