Andy Bulka

Results 138 comments of Andy Bulka

Beta 2 draft release https://github.com/abulka/pynsource/releases/tag/pre-70 - fixes some graphic glitches.

Download the binary versions (there are newer betas available too) and you won't have any problems registering. You may need to quit and restart for the license to be recognised....

Please see my previous comment - you simply cannot register the community edition built from source code, it is missing all the libraries of the pro version incl the registration...

Download and install one of the binary Ubuntu deb installers from https://github.com/abulka/pynsource/releases/tag/pre-70 . Run the app and register it using the licensing menu item. Restart the app to take full...

I agree - I tried * and ** but it won't match e.g. `TypeScriptParser$SourceElementContext.class`

I updated to the latest - which gave me`@neutralinojs/[email protected]` and still got the exact same crash. ``` $ cd hello-world2/ $ neu run dyld: lazy symbol binding failed: Symbol not...

I followed the getting started instructions, and it worked on Catalina 10.15.5. Looks like Mojave 10.14 (and earlier?) has the problem - unfortunately Mojave is still very popular and what...

I updated ``` $ npm update -g @neutralinojs/neu $ neu -V 4.1.0 ``` then when I ran ``` $ neu update (node:21892) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'binaryName' of undefined...

Ok so when I ran `neu update` earlier, and got the big error, I was not in a neutralino project directory. When I cd into a project directory, `neu update`...

Yeah ignore the `Cannot read property 'binaryName'` traceback - that only happened because I was not inside a neutralino project directory. This problem has got nothing to do with old...