@brody4hire - C. Jonathan Brody
@brody4hire - C. Jonathan Brody
`npm outdated` shows the following outdated dependencies: ``` Package Current Wanted Latest Location babel-loader 7.1.5 7.1.5 8.0.0 @syr/core coveralls 2.13.3 2.13.3 3.0.2 @syr/core file-loader 1.1.11 1.1.11 2.0.0 @syr/core html-webpack-plugin 2.30.1...
- [ ] Resolve Travis CI errors (hopefully) - [ ] update `devDependencies` in `package.json` - [ ] remove extra WebView alloc from iOS bridge implementation - [ ] remove...
- fix TODO comments (I think they should be marked `@TODO`) - fix spacing, alignment, and wrapping of some other comments - replace some tab characters with spaces - more...
Looking through this project I discovered `docs` and `docsmd` which appear to be needed to rebuild a website, which I guess would be syr,js.org. I was wondering if there are...
- add `cross test` step with i686 (with another minor update) - add 2 more cross-testing targets NOTE: I think this should only be seen as a very small, slightly-incremental...
DRAFT RFC: add option to use alloc::rc::Rc for no-std targets w/o built-in atomic ops - FIRST HACK
**STATUS:** initial draft with some ugly hacks & ugly naming - needs some cleanup & discussion before merging - can we find a way to break this update into smaller...
_(updated)_ STATUS: DRAFT pending some updates needed, as discussed below ADDITIONAL STATUS: I have now figured out a way to get PR #2088 working without disabling the default crypto provider...
__updated:__ There seem to be quite a few outstanding issues with *-Info.plist and config.xml, not sure if they are all the same or not: - - #764 - #775 -...
From review of changes that were proposed in PR #765, I discovered that the following change would not cause a test failure: ```diff diff --git a/bin/templates/scripts/cordova/lib/projectFile.js b/bin/templates/scripts/cordova/lib/projectFile.js index 35a5a917..6ab43422 100644...