Giter Club home page Giter Club logo

Comments (13)

briancavalier avatar briancavalier commented on May 18, 2024

๐Ÿ‘ The only minor nit I see is 3.2.5.1 and 3.2.5.2 starting with "if". Changing it to "if/when" or "in the fulfilled state" may be better.

from promises-spec.

ForbesLindesay avatar ForbesLindesay commented on May 18, 2024

๐Ÿ‘

from promises-spec.

lsmith avatar lsmith commented on May 18, 2024

๐Ÿ‘
Agreed with @briancavalier on changing 3.2.5.1 and 3.2.5.2 to "if/when".

One non-content related nit: the gh-pages version of the doc numbers the footnotes as 4.1, 4.2, and 4.3, which doesn't match the links to those footnotes.

from promises-spec.

domenic avatar domenic commented on May 18, 2024

๐Ÿ‘ agree on nits.

from promises-spec.

briancavalier avatar briancavalier commented on May 18, 2024

@lsmith great catch! I'll fix these nits shortly.

from promises-spec.

briancavalier avatar briancavalier commented on May 18, 2024

Hmmm, anyone know what's up with 3.1.1?? Why is the sub-bullet not actually a sub-bullet. Looking at the markdown, it's not obvious what is going wrong--maybe a jekyll/gh-pages problem?

from promises-spec.

briancavalier avatar briancavalier commented on May 18, 2024

Nits fixed. If we can figure out the sub-bullet problem, I think we'll be ready.

from promises-spec.

lsmith avatar lsmith commented on May 18, 2024

Weird. yeah. Even this comment box supports the formatting as written in the README.md

Requirements

Promise States

A promise must be in one of three states: pending, fulfilled, or rejected.

  1. When in pending, a promise:
    1. may transition to either the fulfilled or rejected state.
  2. When in fulfilled, a promise:
    1. must not transition to any other state.
    2. must have a value, which must not change.
  3. When in rejected, a promise:
    1. must not transition to any other state.
    2. must have a reason, which must not change.

from promises-spec.

domenic avatar domenic commented on May 18, 2024

It'd also be cool to get a domain name.

from promises-spec.

briancavalier avatar briancavalier commented on May 18, 2024

I totally agree about the domain name--that'll be very cool. I think we can go ahead and tag without it, tho.

Anyone know how we might get a domain name for free? Figured I'd at least ask :)

from promises-spec.

briancavalier avatar briancavalier commented on May 18, 2024

Ok, I found a way to work around the apparent jekyll bullet rendering bug in 3.1.1. If there are no other nits by tomorrow afternoon EST, I'll tag.

from promises-spec.

briancavalier avatar briancavalier commented on May 18, 2024

Ok, all, we're 1.0.0 now :) Feel free to tweet it up (although I'll prolly wait for a more optimal tweet time :) )

from promises-spec.

unscriptable avatar unscriptable commented on May 18, 2024

woohoo! I had a beer in celebration last night.

from promises-spec.

Related Issues (20)

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.