Giter VIP home page Giter VIP logo

spine-awaitajax's Introduction

spine-awaitajax

Build Status Coverage Status Dependency Status devDependency Status Downloads Greenkeeper badge

Turns Spine/jQuery Ajax requests into single-callback form, for use with await/defer

NPM

What?

Iced CoffeeScript and tamejs offer the await/defer construct that lends itself well to the node-style async pattern callback(err, response), particularly when using a construct like errify/make_esc from iced error.

awaitajax lets you have your await and easy jQuery.ajax() -style options too. By building on iced, AJAX calls can be easily handled in one line.

Example

Regular

await Ajax.awaitGet {url: "https://www.google.com"}, defer err, response

Serial

await Ajax.awaitQueuedGet {url: "https://www.google.com"}, defer err, response
await Ajax.awaitQueuedGet {url: "http://siteaftergoogle.com"}, defer err, response

License

MIT

spine-awaitajax's People

Contributors

doublerebel avatar greenkeeper[bot] avatar

Stargazers

 avatar

Watchers

 avatar  avatar

spine-awaitajax's Issues

An in-range update of phantomjs-prebuilt is breaking the build 🚨

Version 2.1.16 of phantomjs-prebuilt was just published.

Branch Build failing 🚨
Dependency phantomjs-prebuilt
Current Version 2.1.15
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

phantomjs-prebuilt is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • dependency-ci Dependencies checked Details
  • coverage/coveralls Coverage pending from Coveralls.io Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 2 commits.

  • 0cc1407 Merge pull request #746 from avindra/patch-1
  • 2c46265 Dependencies: change tilde to caret

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of karma-browserify is breaking the build 🚨

Version 5.1.2 of karma-browserify was just published.

Branch Build failing 🚨
Dependency karma-browserify
Current Version 5.1.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

karma-browserify is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • dependency-ci Dependencies checked Details
  • coverage/coveralls Coverage pending from Coveralls.io Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 5 commits.

  • 6e0fcce 5.1.2
  • 88673c4 chore(npmignore): ignore dev configuration(s)
  • 0fed147 chore(project): remove grunt + jshint
  • 08141de chore(ci): test against node {4,6,8}
  • 21bd468 chore(project): bump dev dependencies

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of jasmine-core is breaking the build 🚨

Version 2.9.0 of jasmine-core was just published.

Branch Build failing 🚨
Dependency jasmine-core
Current Version 2.8.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

jasmine-core is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • dependency-ci An error occured Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details
  • coverage/coveralls First build on greenkeeper/jasmine-core-2.9.0 at 89.922% Details

Release Notes 2.9.0

Please see the release notes

Commits

The new version differs by 61 commits.

There are 61 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of jquery is breaking the build 🚨

Version 3.3.1 of jquery was just published.

Branch Build failing 🚨
Dependency jquery
Current Version 3.3.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

jquery is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • dependency-ci Dependencies checked Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details
  • coverage/coveralls First build on greenkeeper/jquery-3.3.1 at 89.922% Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Version 10 of node.js has been released

Version 10 of Node.js (code name Dubnium) has been released! 🎊

To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following changes:

  • Added the new Node.js version to your .travis.yml

If you’re interested in upgrading this repo to Node.js 10, you can open a PR with these changes. Please note that this issue is just intended as a friendly reminder and the PR as a possible starting point for getting your code running on Node.js 10.

More information on this issue

Greenkeeper has checked the engines key in any package.json file, the .nvmrc file, and the .travis.yml file, if present.

  • engines was only updated if it defined a single version, not a range.
  • .nvmrc was updated to Node.js 10
  • .travis.yml was only changed if there was a root-level node_js that didn’t already include Node.js 10, such as node or lts/*. In this case, the new version was appended to the list. We didn’t touch job or matrix configurations because these tend to be quite specific and complex, and it’s difficult to infer what the intentions were.

For many simpler .travis.yml configurations, this PR should suffice as-is, but depending on what you’re doing it may require additional work or may not be applicable at all. We’re also aware that you may have good reasons to not update to Node.js 10, which is why this was sent as an issue and not a pull request. Feel free to delete it without comment, I’m a humble robot and won’t feel rejected 🤖


FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of coffee-script is breaking the build 🚨

Version 1.12.8 of coffee-script was just published.

Branch Build failing 🚨
Dependency coffee-script
Current Version 1.12.7
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

coffee-script is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • dependency-ci Dependencies checked Details
  • coverage/coveralls Coverage pending from Coveralls.io Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 11 commits ahead by 11, behind by 7.

  • 943579a 1.12.8 (#4801)
  • 8bb89d8 Backport #4783, fix for export default followed by an implicit object (#4800)
  • f301b04 [CS1] Add postinstall message for direct installs of ‘coffee-script’ (#4759)
  • c5f4314 [CS1] Travis CI for 1.x (#4797)
  • 1ad9c61 Revise v1 docs to reflect that v2 is out; update paths to reflect that the v2 docs are now the primary docs, and the v1 docs only live under /v1/
  • 249cc59 Remove v2 docs
  • e7073bc Update CS2 docs per #4688
  • 458440e 2.0.0-beta5 docs
  • 6cea181 [CS1] fix #4260 and #1349: splat error with soak properties or expressions (#4643)
  • e3c2c03 2.0.0-beta4 docs
  • 27f21a3 1.12.7 (#4617)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of karma-jasmine is breaking the build 🚨

Version 1.1.1 of karma-jasmine was just published.

Branch Build failing 🚨
Dependency karma-jasmine
Current Version 1.1.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

karma-jasmine is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • dependency-ci Dependencies checked Details
  • coverage/coveralls Coverage pending from Coveralls.io Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 10 commits.

  • f48a731 chore: release v1.1.1
  • 00b97de chore: update contributors
  • 4c3221a Merge pull request #187 from maksimr/patch-fix-travis-npm
  • 4411737 Merge pull request #140 from tehvgg/master
  • 23ef6b3 chore: fix problem with npm on travis for old nodejs
  • 372adb9 Merge pull request #162 from TheModMaker/feat-afterAllErrors
  • f3fa264 feat: Propagate errors thrown in afterAll blocks
  • 9879a94 Revert "Allow lib adapter through so it can be used when pointing to this repo as a dev dependency."
  • 6ae78a1 Allow lib adapter through so it can be used when pointing to this repo as a dev dependency.
  • 7373f2e Check that a message is a string before calling .indexOf() when building the relevant stack.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of karma-coverage is breaking the build 🚨

Version 1.1.2 of karma-coverage was just published.

Branch Build failing 🚨
Dependency karma-coverage
Current Version 1.1.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

karma-coverage is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • Tidelift Dependencies checked Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details
  • coverage/coveralls First build on greenkeeper/karma-coverage-1.1.2 at 89.922% Details

Release Notes v1.1.2

Bug Fixes

  • build: Update to lodash 4 (d6d21d2), closes #242
  • reporter: replace colons in the output path (3b2bffa)

BREAKING CHANGES

  • reporter: the output folder names change, they no longer contain :
Commits

The new version differs by 12 commits.

  • 070bba3 chore: release v1.1.2
  • 9319dfb chore: update contributors
  • 9433b24 Merge pull request #339 from johnjbarton/fix-242
  • bf599db Merge pull request #344 from AndrewLane/AndrewLane-patch-1
  • 595ab98 Fix exclude typo on the check object
  • d6d21d2 fix(build): Update to lodash 4
  • 954a555 Merge pull request #345 from johnjbarton/engines
  • d4695cf Update travis to match parent karma project
  • 54737bf chore: add grunt-cli npm test works out of the box
  • 2bc4aa5 docs: add json-summary report type
  • 3b2bffa fix(reporter): replace colons in the output path
  • 1a876d5 docs: Added none as possible value for type

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of watchify is breaking the build 🚨

Version 3.10.0 of watchify was just published.

Branch Build failing 🚨
Dependency watchify
Current Version 3.9.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

watchify is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • dependency-ci Dependencies checked Details
  • coverage/coveralls Coverage pending from Coveralls.io Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 8 commits.

  • 5f7f27b 3.10.0
  • 6de686b browserify@15
  • cf05baa Merge pull request #319 from a0viedo/patch-1
  • 114982d Merge pull request #326 from mjomble/patch-1
  • e2a6e82 Merge pull request #335 from palfrey/patch-1
  • d49c5e9 Should be "b.bundle" not "w.bundle"
  • 230c72c Fixed typo in readme
  • 074d6da link build badge to master branch

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.