Live data from Hacker News

Viewing profile — jonperl

jonperl

HN member
Joined
Mon, Oct 29, 2012, 10:51 PM UTC
HN karma
32
Public activity
39 items

About jonperl

Co-founder @ QA Wolf

twitter.com/jon_perl github.com/jperl

Recent public activity

  1. comment
    Comment #26486080

    For QA Wolf we created a separate GitHub OAuth app just to avoid this UX bug

  2. comment
    Comment #26431715

    Have you tried Playwright? It is a fork of Puppeteer that adds auto-waiting

  3. comment
    Comment #22678162

    My friend has been working on an open source wysiwyg for markdown which is worth checking out: https://opencodex.dev/demo

  4. story
  5. comment
    Comment #22607277

    Even Bozeman, MT has closed its restaurants, cafes, and bars.

  6. comment
    Comment #22558532

    Hey thanks for checking it out and for the feedback! I will make sure we add the --ts flag in the next release. You can specify the directory with `npx qawolf create --rootDir=test…

  7. comment
    Comment #22556439

    Hi HN, we have been building this open source tool to make creating browser tests easier. It converts your browser actions to Playwright/Jest code and sets up CI with one command. …

  8. story
  9. comment
    Comment #22525527

    This is a very cool concept! It would be useful for CLI commands like `npm test someSpecificTest`.

  10. comment
    Comment #22314705

    I have had the same experience using Selenium but not with Chrome Dev Tools Protocol. However you still need a stable environment, trustable selectors, and automatic waiting logic …

  11. story
  12. comment
    Comment #15384559

    Zipdrug | Senior Software Engineer | NYC ONSITE SALARY: 110-125k + equity We work with large health insurance companies in the US to lower the cost of drugs for their patients and …

  13. comment
    Comment #13782738

    They have a nanodegree class that is much better. I have been taking it the past two months and I highly recommend it https://www.udacity.com/course/deep-learning-nanodegree-foun..…

  14. comment
    Comment #9237534

    Very cool. We have been building a slack bot to do something similar, for internal release notes https://github.com/DispatchMe/meteor-rosie

  15. comment
    Comment #8665659

    NewRelic synthetics caught this for me.

  16. comment
    Comment #8428538

    Interesting, this service is a lot like http://www.alchemyapi.com/products/demo/alchemylanguage

  17. comment
    Comment #8234863

    Joins are a really hard problem, many people have tried to support joins with a package but they all miss a corner case or have less-than-ideal performance. I think it is something…

  18. comment
    Comment #8230948

    The only thing I found is that additional databases are under consideration for 1.1+ https://trello.com/c/6ugalZMG/54-additional-database-support

  19. comment
    Comment #8230929

    I have built and integrated some pretty complex components with blaze templates without needing a component api. I am curious what use case you ran into where the template api was …

  20. comment
    Comment #8230912

    What is nice about meteor is how quickly you can get off the ground and build something with it. Then you realize: I have no idea how this stuff works. Is it secure? When do things…

  21. comment
    Comment #7771041

    I am working on reproducing the stories scrollview from the paper demo. Lookout for github.com/jperl/famous-cards later this week.

  22. comment
    Comment #7512912

    More details here http://us5.campaign-archive1.com/?u=4656ba2b0a364690c8530bc1...

  23. story
  24. comment
  25. comment
    Comment #7493947

    I saw the link in the meteor tech talk but figured it was not for public distribution. However now that it is in the wild, for the curious I have been de-minifying the paper exampl…