Tony Brix
Tony Brix
> Which async call? I haven't looked through the tests, it was just an idea of something that could make it show 0 failures and still fail. e.g. ```js //...
UziTech/atom-jasmine3-test-runner#167 only deals with the `testPaths` option. since atom doesn't use the `testPaths` option UziTech/atom-jasmine3-test-runner#167 won't do anything to help make the tests pass. If the tests are failing because...
Sync settings will install missing packages but not update installed packages. If you would like to make a PR I would be ok with adding that.
token can be set in the environment variable `GITHUB_TOKEN` and gist id can be set in `GIST_ID` We should probably show that on the settings page
The check could be moved to a worker to prevent blocking the main thread. PRs are welcome 😁
See https://github.com/atom/atom/issues/25438 This is something atom would need to fix.
The current work around is to install it via the repo ``` apm install https://github.com/atom-community/sync-settings ```
@semseysandor you should try [pulsar-edit](https://pulsar-edit.dev/) it is a fork of Atom as a community driven editor.
looks like an npm error. Try reinstalling Atom or look in the log file.
I don't think there is an Atom API to install the packages. The `settings-view` package just uses `apm` to install and update packages.