Live data from Hacker News

Viewing profile — blubbi2

blubbi2

HN member
Joined
Sat, Jan 19, 2013, 12:56 PM UTC
HN karma
258
Public activity
108 items

About blubbi2

https://github.com/alexanderGugel

Recent public activity

  1. comment
  2. story
  3. story
  4. comment
    Comment #12690220

    That's not 100 % accurate. Arguably symlinks are kinda weird under Windows, but that doesn't mean symlinking node_modules doesn't work (you just need admin privileges). (Disclaimer…

  5. comment
    Comment #12686875

    > We initially used a method similar to ied when we first started experimenting with internal usage at Facebook. Would be really nice if you would e.g. add ied to "Prior art" on yo…

  6. story
  7. story
  8. story
  9. comment
    Comment #12105874

    Probably easier to just use an assertion library here. E.g. assert.ok(element)

  10. story
  11. story
  12. story
  13. story
  14. story
  15. comment
    Comment #10580843

    Yup. Thanks.

  16. comment
    Comment #10578106

    They are extremely different. I made a quick comparison here: https://gist.github.com/alexanderGugel/a10ed5655d366875a280 Basically ied uses symlinks in order to resolve circular d…

  17. comment
    Comment #10572080

    Agreed. It's definitely on the roadmap. Should be done in a couple of weeks.

  18. comment
    Comment #10571845

    Awesome! Glad it worked that well! Please let me know if you run into any bugs: https://github.com/alexanderGugel/ied

  19. comment
    Comment #10571797

    Great to hear that! shrinkwraps + rollbacks are definitely coming!

  20. comment
    Comment #10571792

    Although using ied and npm at the same time for installing dependencies should work, you might run into some weird corner cases. Therefore, npm and ied are compatible in the sense …

  21. comment
    Comment #10571748

    Its install process is very different from the one npm uses. E.g. just look into the node_modules directory produced by npm vs the one produced by ied. Also the way it wires up dep…

  22. comment
    Comment #10571592

    Already taken by Atom's package manager: https://github.com/atom/apm

  23. comment
    Comment #10571446

    The initial set of dependencies is being installed via npm, the it installs its own dependencies via ied if told so: https://github.com/alexanderGugel/ied#installation This is a "c…

  24. comment
    Comment #10571427

    Mostly, yes, but there are some features that are still missing: `ied publish` and `ied version` is coming next week. I'm also thinking of adding scoped modules, but I'm not sure a…

  25. comment
    Comment #10571306

    As I said earlier, it wasn't my intention to name it after a weapon. That being said, it's a three letter name. It's very unlikely NOT to run into naming conflicts here. edge - tak…