Live data from Hacker News

Viewing profile — slmgc

slmgc

HN member
Joined
Sun, Aug 27, 2017, 9:39 AM UTC
HN karma
63
Public activity
15 items

About slmgc

No profile information was provided.

Recent public activity

  1. comment
    Comment #16732634

    Updated the readme, added a few comments, changed some names

  2. comment
    Comment #16732586

    Added a FAQ section: https://github.com/slmgc/Nothing#faq

  3. comment
    Comment #16725768

    Wrapping you code into a try/catch block decreases performance even more, you don't want to do that. You might want to check it out: https://github.com/GoogleChrome/proxy-polyfill

  4. comment
    Comment #16724953

    Yep, it's way easier to implement in some other languages. Btw, is it callable as well? Can you do Whatever.new().foo.bar().baz with it?

  5. comment
    Comment #16724691

    I agree, examples can be (and will be) improved with additional comments.

  6. comment
    Comment #16724495

    I've seen this one: https://github.com/GoogleChrome/proxy-polyfill

  7. comment
    Comment #16724400

    idx requires a transpilation step. > you try to access a property on a value that's null (which you think isn't null), and instead of getting an error, nothing happens You can chec…

  8. comment
    Comment #16724368

    Nope, hint won't help here as it gets `default` instead of `number`.

  9. story
  10. story
  11. comment
    Comment #15112599

    Yep, it works just fine without Preact's compatibility layer: import {h, Component} from 'preact' import {ReactHintFactory} from 'react-hint' import 'react-hint/css/index.css' cons…

  12. comment
    Comment #15112580

    I made this library a while ago, long before all this hype about React's license (which was with the questionable clause from the beginning). I added support for Preact as I liked …

  13. comment
    Comment #15112459

    Nope, it's a pure coincidence as I've made the button style just to record the GIF. As for the tooltip itself, it uses a generic style, but thanks for the link to your project, loo…

  14. comment
    Comment #15112430

    That's a good question, thanks! I didn't think about that, but, surely, this functionality should be added. I will try to research what would be the best solution for accessibility…

  15. story