Viewing profile — blubbi2
blubbi2
HN member- Joined
- Sat, Jan 19, 2013, 12:56 PM UTC
- HN karma
- 258
- Public activity
- 108 items
- HN profile
- View on Hacker News ↗
About blubbi2
Recent public activity
- comment
- story
- story
-
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…
-
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…
- story
- story
- story
-
comment
Comment #12105874
Probably easier to just use an assertion library here. E.g. assert.ok(element)
- story
- story
- story
- story
- story
-
comment
Comment #10580843
Yup. Thanks.
-
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…
-
comment
Comment #10572080
Agreed. It's definitely on the roadmap. Should be done in a couple of weeks.
-
comment
Comment #10571845
Awesome! Glad it worked that well! Please let me know if you run into any bugs: https://github.com/alexanderGugel/ied
-
comment
Comment #10571797
Great to hear that! shrinkwraps + rollbacks are definitely coming!
-
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 …
-
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…
-
comment
Comment #10571592
Already taken by Atom's package manager: https://github.com/atom/apm
-
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…
-
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…
-
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…