Viewing profile — lynndylanhurley
lynndylanhurley
HN member- Joined
- Tue, Dec 14, 2010, 10:31 PM UTC
- HN karma
- 104
- Public activity
- 61 items
- HN profile
- View on Hacker News ↗
About lynndylanhurley
No profile information was provided.
Recent public activity
-
comment
Comment #34616488
They did this to us as well. And not only this, but they blocked our ability to push new releases until we opted into the new plan. And this literally happened on the day of a majo…
-
comment
Comment #28384155
Rust is not well suited for the same things as javascript / typescript / jsx / etc. Also javascript and typescript are not well suited for compilers and dev tooling. It shouldn't b…
-
comment
Comment #20347754
I'm the creator / maintainer of a widely used authentication library, and I also don't know the answer to this. There have been several issues reported around this, but no one seem…
-
comment
Comment #16944046
I had to use my old 2012 MBP the other day after using the 2016 MBP since it was released, and the 2012 keyboard was a stunning improvement over the 2016. Which is strange because …
-
comment
Comment #13367328
Here's a question - if the results were due to an obscure Safari bug, then why did Apple remove the battery life estimate with the latest OS X update? I've been getting 2-3 hours m…
-
comment
Comment #12332495
Try cmd + ` (backtick)
-
comment
Comment #11898131
You cannot invalidate JWT tokens This is simple not true. You ALWAYS will sign your tokens with a well known secret, you could eventually even add some salt from a database to it. …
-
comment
Comment #11702190
His is the best of the all. https://github.com/justinmk/vim-sneak
-
comment
Comment #10726954
Not sure if joking...
-
comment
Comment #10622109
The react test utils work in combination with jsdom. For example, TestUtils.renderIntoDocument will use jsdom as the document. There is a facebook-sponsored test framework called "…
-
comment
Comment #10075737
Yeah me too!! Anybody know the status?
-
comment
Comment #9999504
How is there no mention of Om[1] or Reagent[2]? [1] https://github.com/omcljs/om [2] https://github.com/reagent-project/reagent
-
comment
Comment #9747085
How does this compare with SuperCollider / Overtone or CSound?
-
comment
Comment #9589690
This is exactly what I need. Does a polyfill even exist?
-
comment
Comment #9458856
I completely agree with you on this. I've had to send my 1st gen retina macbook pro back to the service depot literally 5 times. The first hard drive was apparently defective, as w…
-
comment
Comment #9271640
I'm really liking React, but I couldn't find a good way to manage users. So I decided to port my existing AngularJS module [1] over to standard jQuery. The functionality is almost …
- story
-
comment
Comment #9258479
Here's a live demo using React: http://j-toker-demo.herokuapp.com
- story
-
comment
Comment #9031276
Hi, does Ultra work with Midje[1]? [1] https://github.com/marick/Midje
-
comment
Comment #9029199
My experience with Om and ClojureScript has been fantastic. I can't wait to see the Om analog to React Native!
-
comment
Comment #8970535
The one thing that's prevented me from using flex-box is browser support. Because flex-box has been re-implemented in JS, does this mean that the css-layout project [1] will provid…
- story
-
comment
Comment #8940804
Lol me too! I'm gonna check out Nightmod asap. Anybody here tried it yet?
-
comment
Comment #8765956
I've worked extensively with both grunt and gulp for the past couple of years (I've even written gulp plugins![1][2]), and I'm still shocked at how bad the tooling is compared to r…