Mattt

Results 266 comments of Mattt

Totally agree about using grpc for IPC.Edit I've come around to thinking that HTTP would be better transport. One advantage of splitting things out this way is that it would...

Still waiting for libgit2-dev package to be updated to >= 1.0.0. https://pkgs.org/download/libgit2-dev

Based on my understanding of Ubuntu packaging, this won't be available until [Hirsute Hippo (21.04)](https://discourse.ubuntu.com/t/hirsute-hippo-release-schedule/18539), which will be released in a few weeks.

Hi @josercc. The package registry service specification doesn't require a response to `GET /`, so one isn't provided here in this reference implementation. That said, I can see the value...

Hi @workingDog. This is a reference implementation of a feature still in development for Swift Package Manager. I wouldn't recommend trying to build on top of it quite yet, as...

👋 I maintain the [replicate](https://github.com/replicate/replicate-javascript) package, and recently added integration tests for Deno, following @dsherret's suggestion in https://github.com/denoland/deno/issues/15624#issuecomment-1511621310 and @alexgleason's tip in https://github.com/denoland/deno/issues/15624#issuecomment-1967080476. Here's what worked for us: - Create...

@jedwards1211 Good question. I think it might. The `replicate` package has an [optional dependency on `readable-stream`](https://github.com/replicate/replicate-javascript/blob/4c04a57dcaab4ed1d74673ed74bf3ef33ab5b90c/package.json#L37C6-L37C21), and after applying this workflow, the `node_modules/.deno` directory includes a cache of `[email protected]`. So...

@yorickvP @technillogue Is 6GB the correct value to use here? Or is 8GB correct?

@nelsonjchen Thanks for taking the time to open this PR. Sorry for not acting on it sooner. I'm merging this now and will cut a release with this change later...