Tim De Pauw

Results 85 comments of Tim De Pauw

- Why not call it `pipe`? - if this is long-term, won't the pipeline operator materialize first?

`pipeline` a la Node.js then?

> @timdp Because it's not really just a `pipe`. It's applying `from` to the first argument. > > Technically it's `pipe(source, from, map(fn), ...)` Personally, I don't think that makes...

I would also expect `operators[]`. Formatting is one motivation, but with a general-purpose function like this, it's also not unlikely that it'll take an options object or another argument at...

For what it's worth, here's the corresponding metalsmith-metadata issue: https://github.com/segmentio/metalsmith-metadata/issues/3

I tried to have a stab at this because I was hoping it'd essentially be an extra `if`. However, I'm a bit thrown off by the fact that the `__name`...

No, I'm the one who should be sorry. You've raised a legitimate concern _and_ proposed a solution. More people in OSS should do that. However, reviewing this is quite a...

I agree. I can see why `asdf current` without any arguments prints an index by tool, but if you provide the name of a single tool, that format feels redundant—even...

Then you won't know the version though (at least not without invoking `npm --version` first). It's weird that they don't recommend using the API, given that it's there. But yeah,...

If you just copy the lambda's `package.json` to a temp folder, running `npm install` in that folder should give you what you need.