Nuno Cruces

Results 46 comments of Nuno Cruces

Looking at the issue and current implementation, I don't think there's anything missing from `wazero` in this regard. For instance, if you use `os.DirFS` you'll get a read-only view into...

I can look into tests but it might take me a while, as I'll be OOO for a couple of weeks. #739 was the issue that was blocking me, this...

What you could also do, since you can't return both the error and the data, is to do as [`bufio.Reader`](https://cs.opensource.google/go/go/+/refs/tags/go1.19:src/bufio/bufio.go;l=208) and store the error condition to return it (and clear...

> well, we can write the data before returning the errno. that's fine Yes, but callers of `readv` won't inspect it if you return an error, so the data is...

I just read your rational, the explanation is perfect. You can ignore the rest of my comment, since I'm just restating your rational, basically. ~What I meant was storing the...

First issue. Deploying with the Node 8 Beta runtime gives the following error: ``` Build failed: USER ERROR: `npm_install` had stderr output: npm ERR! code ENOLOCAL npm ERR! Could not...

Second issue is somewhat related, but was harder to pinpoint. Same issue as #37. Gets stuck in deployment, takes a few minutes to timeout. The hint that you're having this...

Regarding the medium post, I had already applied. Waiting eagerly for access. As far as PRs, the only reason I didn't submit one yet is that I'm unsure whether "works-for-me"...

Reviewing this again the change (deploying `local_modules`) works with Node 6 as well. So I have a PR with that change. Regarding the SLA, this obviously isn't covered (I didn't...

Missing libs for LibreOffice `soffice.bin` in the Node 6 runtime (as reported by `ldd`): ``` libICE.so.6 => not found libSM.so.6 => not found libXrender.so.1 => not found libnspr4.so => not...