Jonathan Lehman
Jonathan Lehman
Based on the source, it looks like the success action only gets called when the remote data is fetched. It only emits a change when the local data returns something...
can you provide some specific examples? my guess is that some documentation is out of date, or are there are differences based on preferences. (in the latter case, you can...
Here is where these constants are referenced in the [docs](https://github.com/goatslacker/alt/blob/master/docs/actions.md#actionconstant). Feel free to create a PR if you find anything unclear (or difficult to find).
This is a constant that is dynamically generated that is used as a reference to the action. In the [docs](https://github.com/goatslacker/alt/blob/master/docs/actions.md#actionconstant) or on the [site](http://alt.js.org/docs/actions/)
Documentation exists on [github](https://github.com/goatslacker/alt/blob/master/docs/async.md) and on the [altjs website](http://alt.js.org/docs/async/). It looks like `exportAsync` is just an alias for `registerAsync`. That said, it is worth nothing that data sources are actually...
`connectToStores` is now a separate repo: https://github.com/altjs/connect-to-stores
As I haven't used alt day to day in a few years, I have no immediate plans to add tests for data sources. That said, I would gladly accept PRs/contributions...
Not yet, but I gladly accept pull requests! 😄
Name: CustomInk Homepage url: http://www.customink.com Logo: https://cloud.githubusercontent.com/assets/3144695/8378977/f1119340-1bea-11e5-9a7f-03b0de400c91.png
Awesome work so far. Yeah, some of the tests around `hashchange` have been problematic in the past as well. I wonder if jsdom is in a place now where it...