@brody4hire - C. Jonathan Brody

Results 213 issues of @brody4hire - C. Jonathan Brody

I discovered this through the InfoQ article, very nice! My suggestion for the language is to use `const` and `let` instead of var. I found an excellent writeup from November...

### Platforms affected all ### Motivation and Context issue #207 ### Description use relative path for template to avoid the git failure reported in issue #207 I suspect that the...

__updated June 2020:__ replace `&` with `&&` ## Testing - [x] tested these updated commands on my macOS Catalina system - [ ] I would like to check that I...

bug

```sh brodybits@brodybits-mini-macbook cordova-mobile-spec % cd createmobilespec brodybits@brodybits-mini-macbook createmobilespec % npm audit === npm audit security report === ┌──────────────────────────────────────────────────────────────────────────────┐ │ Manual Review │ │ Some vulnerabilities require your attention to resolve...

bug

### Platforms affected all ### Motivation and Context see #206: some of the usage commands do not look right, and I did encounter some issues when copy-pasting into my shell...

# Bug Report ## Problem ### What is expected to happen? A command like this from the documentation should just work after following the prerequisites: ```sh node ./cordova-mobile-spec/createmobilespec/createmobilespec.js --android ```...

# Bug Report ## Problem ### What is expected to happen? It should be possible to paste the commands into the shell. ### What does actually happen? - Commands in...

bug

I think it would be good to use eslint to help keep the JavaScript as consistent as possible with the rest of Cordova. A major example is the use of...

enhancement

I got a linker error due to multiple definitions of CDVLogger. When I tried removing `cordova-plugin-logger` it would build and run on iOS, then crash near the beginning of the...