Jame
Jame
After https://github.com/postlight/lux/pull/713 was merged, this made it impossible to return any meaningful error messages when desired. This PR adds a rudimentary way to specifically allow a message detail by including...
`This project is currently running on CircleCI 1.0 which will no longer be supported after August 31, 2018. Please start migrating this project to CircleCI 2.0.`
Example request: `https://api.example.com/users` Related response: ```json { "data": [], "links": { "self": "http://api.example.com/users", "first": "http://api.example.com/users", "last": "http://api.example.com/users", "prev": null, "next": null }, "jsonapi": { "version": "1.0" } } ``` This...
Per [February 1, 2017 4:37 PM](https://gitter.im/postlight/lux?at=5892630c4c04e9a44e5c623b) conversation in gitter, the db migrations in lux are not tracking a batch which would enable rolling back an entire batch at once enabling...
I am having issues getting tests run run in jest that import a lux module but I can import other node modules. I setup a barebones lux application that shows...
it would be great if it were possible to do a greater than/less than query generally especially with dates. 👍
follow up to conversation with @lukemelia on slack... so to get the service worker working with the lightning approach here’s what we had to do: * alias ember-cli-deploy-redis to upload...
This PR addresses an issue we found while attempting to use this buildpack in heroku CI where the submodule code wasn't being checked out. in investigating it turns out the...
stripe terminal is slated to be out of beta within the next few months and would be great if that would be supported. I'm in the beta now and would...