Corey Alix

Results 6 issues of Corey Alix

I cloned https://github.com/codezri/liteman to try on a Windows ARM64 in WSL, and received an error: neu: INFO Error: ENOENT: no such file or directory, chmod 'bin/neutralino-linux_arm64' I see that https://neutralino.js.org/docs/distribution/overview/...

Presently, the parse function only accepts a single input parameter: ``` parse: function parse(input) { // outside dependencies must be global } ``` I'm looking for a way to pass...

It is installing typescript for all users because it was added to `src/en/package.json` instead of just asking the user to install it. The process was so easy it may not...

It would be nice to see an example which uses typescript. Can the openlayers typings be generated from the source? I do not see it published anywhere. On the other...

https://github.com/typings/typings is a TSD replacement that supports versioning and distributed repositories. It would be helpful if dojo/typings was one of those repositories.

enhancement
help wanted

Tests fail - testStateful.html: bind does not return a promise so fullName.then is undefined. StatefulBinding extends Binding and neither have a then function. Presumably the then() should fire when this...