Addison G

Results 6 issues of Addison G

Two of the search fields are linked together on this doc page, and so when one changes, so does the other. This doesn't happen with any other fields. https://ember-power-select.com/docs/the-search/ The...

There was a lot of code indented 7 spaces instead of 8, etc. Fixed all of it. Also fixed typo "Raspbery Py" -> "Raspberry Pi"

The spelling seems off in the very first sentence of the README: > fakechroot runs a command in an environment were is additional possibility to use chroot(8) command without root...

Also added a .PHONY label. There are some build systems which expect a clean command to exist, and many humans also do :) --- Sorry for the Pull Request spam....

After installing the module with `sudo npm install ember-i18n-intl-migrator -g`, I get the following error when running it (no args): ``` SyntaxError: Cannot use import statement outside a module at...

Please see the following example: ``` from jsoncomparison import Compare first = [{'test': 'X'}, {'test': 'A'}, {'test': 'X'}, {'test': 'B'}, {'test': 'X'}, {'test': 'C'}] second = [{'test': 'A'}, {'test': 'B'},...