Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prest-lib example #1882

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

prest-lib example #1882

wants to merge 4 commits into from

Conversation

peter-rybar
Copy link

No description provided.

@peter-rybar
Copy link
Author

@addyosmani can you help me find out how to get reason of failed check please?

@Fruitseller
Copy link
Contributor

Hello @peter-rybar.
Thanks for this PR but why should your project be added to todomvc?
You are the only contributor. Do real world projects exist that use this project?
Is there a community behind this framework?

@peter-rybar
Copy link
Author

Hi @Fruitseller, let me explain.

  1. My question was how to get reason of failed check, can you tell mi how to find the reason?

  2. My todomvc implementation is showcase of using interesting technology, Incremental DOM and JsonML to create powerful way to build minimalist but powerful React alternative in Typescript language.
    Incremental DOM aims to provide a platform for higher level libraries or frameworks and my showcase is such a demonstration.
    JsonML is a compact form of HTML markup. Native XML/HTML or JSX doesn't sit well embedded in JavaScript/Typescript and readability and runtime/devtime performance counts.
    I think my PR is a motivation for people working on next generation frameworks or for those like me which are sick of popular, mainstream, bloated and heavyweight frameworks.

I am looking forward to your feedback.

@dtheb
Copy link

dtheb commented Jun 26, 2018

@peter-rybar
you can find a Details link on the failed checks section, that will take you Travis CI page with a list of all checks and info on the failed one, clicking on it will take you to the console output of the tests suite,

currently the failing test is:

  28 passing (39s)
  1 failing
  1) TodoMVC - ampersand No Todos should hide #main and #footer:
     CypressError: Timed out retrying: expected '<section.main>' not to be 'visible'
      at Object.cypressErr (http://localhost:8000/__cypress/runner/cypress_runner.js:67227:11)
      at Object.throwErr (http://localhost:8000/__cypress/runner/cypress_runner.js:67192:18)
      at Object.throwErrByPath (http://localhost:8000/__cypress/runner/cypress_runner.js:67219:17)
      at retry (http://localhost:8000/__cypress/runner/cypress_runner.js:61228:16)
      at http://localhost:8000/__cypress/runner/cypress_runner.js:53731:18
      at tryCatcher (http://localhost:8000/__cypress/runner/cypress_runner.js:7091:23)
      at Promise._settlePromiseFromHandler (http://localhost:8000/__cypress/runner/cypress_runner.js:5113:31)
      at Promise._settlePromise (http://localhost:8000/__cypress/runner/cypress_runner.js:5170:18)
      at Promise._settlePromise0 (http://localhost:8000/__cypress/runner/cypress_runner.js:5215:10)
      at Promise._settlePromises (http://localhost:8000/__cypress/runner/cypress_runner.js:5290:18)
      at Async._drainQueue (http://localhost:8000/__cypress/runner/cypress_runner.js:2023:16)
      at Async._drainQueues (http://localhost:8000/__cypress/runner/cypress_runner.js:2033:10)
      at Async.drainQueues (http://localhost:8000/__cypress/runner/cypress_runner.js:1907:14)
      at <anonymous>

Link: https://travis-ci.org/tastejs/todomvc/jobs/381128861#L2429

@Fruitseller
Copy link
Contributor

Hey @peter-rybar
Thank you for sharing your motivations behind your project. 👍
This repo is in need of maintainers(see #1842) and another library would make it harder to keep all examples up to date.
My points stay that your library has no backup of an community that would move prest-lib forward or update your todoapp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants