@brody4hire - C. Jonathan Brody
@brody4hire - C. Jonathan Brody
I discovered that `polymer-native --help` would simply do nothing. I would like to see some very basic help text. Ideal would be to add `polymer-native init --help` as well.
A temporary solution is described in . But this will go away. In terms of dependencies: - XWebView already uses Swift 3 in versions 0.11.0 and 0.12.0. - For ActionKit...
Wanted to make the code even more pure. Input ref updated as described in: (linked from ) TODO: - needs testing - change `let self` to `const self` and do...
@dpa99c I just discovered this plugin from Ionic-native. I would like to start with a note of appreciation for your hard work to help people deal with some of the...
I think this would be much cleaner. I would be happy to make this optional (my time permitting), if needed. example from `tests/examples/sorted/inline-default.toml`: ```toml 'aalist' = { c = "test",...
I was hoping I could use `toml-sort` to maintain & preserve formatting of something like this: ```toml [a.config] list1 = [ "abc", "def", "ghi", ] value1 = 123 # abc...
Issue: As reported in : If I would do the following in a new Cordova project: * `cordova plugin add cordova-plugin-app-preferences` * `cordova platform add cordova-android@latest` Then I get the...
Yes I completely understand that this project should be considered "experimental", looks very interesting.
As I said in PR #16, I tried using the [Stryker Mutator](https://stryker-mutator.io/) mutation testing tool on this project, only found 2 surviving code mutants which are in the same function....