Raphael von der Grün
Raphael von der Grün
Issue Type: Bug About every other time I start an interactive rebase (from a terminal) the editor comes up empty (_No commits to rebase_). However, the editor tab has an...
### Summary This PR adds an option `@autoUnwrap`. If enabled, rules that consist of a single symbol will have their results unwrapped automatically (like adding `{% id %}` to them)....
The [docs](https://nearley.js.org/docs/grammar#macros) say: > Macros are expanded at compile time and inserted in places they are used Now consider this grammar: ```nearley id[el] -> $el {% id %} plain_test ->...
We had this file in Cordova 8 but must have missed it for the release of Cordova 9. As discussed before, this is important to make the release immutable. This...
### Requirements - sub-command support - generate usage text from specification AFAICT, `nopt` does not satisfy any of those, so let's look at [some alternatives](https://www.npmtrends.com/minimist-vs-optimist-vs-yargs-vs-commander-vs-optionator-vs-nopt-vs-meow). ### Disqualifications - `meow` and...
This should resolve #955. Feedback welcome. At the moment of writing, **this PR reduces the `vendor.js` size** of a freshly scaffolded project with default options **from 315 kB to 119 ...
Using latest in Chromium/Firefox on Ubuntu 18.04 UI shows no error message. Browser console shows error in Chromium, CORS warning in Firefox
# Feature Request ## Motivation Behind Feature We build the docs for all versions of Cordova ever included in this repository every time we build the website/docs. This has several...
# Bug Report ## Problem plist files are handled differently than XML files when used as the target of an `edit-config` or `config-file` tag (see https://github.com/apache/cordova-ios/issues/613#issuecomment-560923150 for details). In short:...
### Platforms affected All ### Motivation and Context I'm always trying to reduce the footprint of our code base by removing unused code. Thus this PR removes a bunch of...