Viewing profile — jonperl
jonperl
HN member- Joined
- Mon, Oct 29, 2012, 10:51 PM UTC
- HN karma
- 32
- Public activity
- 39 items
- HN profile
- View on Hacker News ↗
About jonperl
twitter.com/jon_perl github.com/jperl
Recent public activity
-
comment
Comment #26486080
For QA Wolf we created a separate GitHub OAuth app just to avoid this UX bug
-
comment
Comment #26431715
Have you tried Playwright? It is a fork of Puppeteer that adds auto-waiting
-
comment
Comment #22678162
My friend has been working on an open source wysiwyg for markdown which is worth checking out: https://opencodex.dev/demo
- story
-
comment
Comment #22607277
Even Bozeman, MT has closed its restaurants, cafes, and bars.
-
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…
-
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. …
- story
-
comment
Comment #22525527
This is a very cool concept! It would be useful for CLI commands like `npm test someSpecificTest`.
-
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 …
- story
-
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 …
-
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..…
-
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
-
comment
Comment #8665659
NewRelic synthetics caught this for me.
-
comment
Comment #8428538
Interesting, this service is a lot like http://www.alchemyapi.com/products/demo/alchemylanguage
-
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…
-
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
-
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 …
-
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…
-
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.
-
comment
Comment #7512912
More details here http://us5.campaign-archive1.com/?u=4656ba2b0a364690c8530bc1...
- story
- comment
-
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…