Nathan Rajlich

Results 167 comments of Nathan Rajlich

Out of curiosity, why remove Node 8? Related: we should add an `engines` field to package.json.

Well how does "getRawObject" work with packed blobs then? It does the magic underneath the hood right? Would it not be possible to modify the underlying function in a way...

Thanks for all the work on gitteh thus far Sam, v0.1.0 looks exciting! This one still urks me though. It seems that libgit2 needs to provide some more low-level functions....

Off topic: would anyone happen to have a spare ticket to nodeconf? I'd love to attend :D

@dougwilson Is there any way we can get this dep updated? Current latest version is at 0.6.3, so this PR should even be updated. The 0.4.x line of `iconv-lite` causes...

My apologies. Turns out we were using an older version of `raw-body` that in turn was using an older `iconv-lite`. Indeed the latest version of `raw-body` does not suffer from...

Ya you are right. That's not good. Do you see anything incorrect with the approach here? ```typescript // Legacy `std` HTTP server interface const input = new Deno.Buffer(base64.decode(data.body || ''));...

It's probably also time to set up [Vercel Checks](https://vercel.com/docs/concepts/deployments/checks) to ensure that this doesn't regress again in the future.

Hey @mashaal, cool to hear you're interested in the filesystem output API. Should definitely be possible to invoke a Deno script at build time. You'll probably be interested in the...

Sounds like a bug in `path.relative()` to me. If it's given an absolute network file path then it should return it untouched, I would think.