Benjamin Lupton

Results 351 issues of Benjamin Lupton

The following: ``` # Public: Our Task Class. # # Available configuration is documented in {::setConfig}. # # Available events: # # - `started()` - emitted when we start execution...

It's quite annoying as everytime I regenerate my documentation, even if there is no content changes, the "generated on xxx" output causes changes to occur anyway, which is frustrating for...

When including private and internal methods in the rendered docs, there's no visual distinguishment between them. I'd like to have just one set of rendered docs for all my methods,...

enhancement

http://rawgit.com/bevry/taskgroup/promise-attempt2/docs/classes/Task.html https://github.com/bevry/taskgroup/blob/promise-attempt2/src/lib/taskgroup.coffee#L126-L173

enhancement

Hey Keith, I've made a few updates, here's the changelog: - Fixed the issue iGEL reported - Updated readme to be specific to the project - Javascript is now better...

It's not there yet, but certainly close. Will message you when I have more.

Very similar to [Query Engine](https://github.com/bevry/query-engine) perhaps we should team up :) What are your thoughts? Here is a comparison that I've done up: - [Backbone Query](https://github.com/davidgtonge/backbone_query) - good readme documentation...

Hey guys, Is anyone working on Paypal authentication? Could be something I'm interested in doing too :) Here are the links to the docs: https://www.x.com/community/ppx/authentication https://www.x.com/community/ppx/permissions Cheers :)

Either with their [Durable Objects](https://developers.cloudflare.com/workers/runtime-apis/durable-objects) or with their [Key Value Storage](https://developers.cloudflare.com/workers/runtime-apis/kv)? Use case is to use [octokit](https://github.com/octokit/core.js) with the [throttling plugin](https://github.com/octokit/plugin-throttling.js) in a cloudflare worker and use either durable objects...