Live data from Hacker News

Viewing profile — zzarcon

zzarcon

HN member
Joined
Thu, Jul 03, 2014, 8:22 PM UTC
HN karma
127
Public activity
75 items

About zzarcon

wants make you a servant https://shutt.run

Recent public activity

  1. comment
    Comment #47984759

    [flagged]

  2. story
  3. story
  4. story
  5. story
  6. story
  7. story
  8. comment
    Comment #17397833

    That's pretty neat! thanks for sharing

  9. comment
    Comment #17397824

    Can you elaborate why we should use IntersectionObserver/ResizeObserver? Currently there is no logic in place to do the calculation and detect if there is more available content or…

  10. comment
    Comment #17397818

    I guess it doesn't have to be a React component, you are right. But just by doing so you get a lot of things for free and makes it easier for people to start using it, like, you ju…

  11. comment
    Comment #17397333

    Oh sorry about, I copied that from a previous project I did, just published a fix for that. Thanks!

  12. story
  13. story
  14. comment
    Comment #16929851

    You are so right!! Im using an external tool for deploying the site, created a PR there to use production mode, do you think that should be enough? Thanks! https://github.com/zzarc…

  15. comment
    Comment #16903226

    Thats a good point, just created an issue for it https://github.com/zzarcon/react-circle/issues/12 feel free to put some feedback there, thanks!

  16. comment
    Comment #16903081

    Interesting... will have a deeper look into it, if you have any idea on how to make it better you are welcome

  17. comment
    Comment #16902970

    I fixed the issue, was unrelated with the component itself, can you please have a look again and verify that it works fine? https://zzarcon.github.io/react-circle/

  18. comment
    Comment #16902961

    Can you please try it again? the issue was not related with the component itself https://zzarcon.github.io/react-circle let me know if you still experience that issue

  19. comment
    Comment #16902898

    Thanks! That was the motivation for the project, do something simple right, feel free to add any feedback or contribute to the repo!!

  20. comment
    Comment #16902866

    After some investigation, I found that the cause of the issue is not the component itself https://github.com/zzarcon/react-circle/issues/10

  21. comment
    Comment #16902860

    Thanks for the feedback! You are right, the demo currently hangs quite a lot on Firefox, Im pretty sure the issue is actually not related with the component itself, I created a iss…

  22. story
  23. story
  24. comment
    Comment #15720065

    Not sure if I understand the question. Can you please elaborate? Thanks!

  25. comment
    Comment #15720028

    Yeah! You can enforce that using git hooks, but you will still need to place some logic to check which files has been changed right and what to do in those scenarios