Eli Bendersky
Eli Bendersky
Yes, this is module pruning which was shipped in Go 1.17 -- see https://go.dev/ref/mod#graph-pruning (there's a link there to a design doc with more details if you're interested)
I think the `add-contrib` branch looks alright if you want to go in this direction. Just like with the examples, the dependency has to be always one way - the...
It's possible, but I don't think it makes sense to over-complicate this, honestly. Most changes don't need to affect all modules at the same time; since `go.mod` versions don't get...
Thanks for the feedback and the suggestion. Live reloading is definitely one possible feature for this server that would be useful; I'll consider it, though at this time I don't...
I'll take a look at this. Traveling now so it may take a few days
There are some example folks used in https://github.com/google/generative-ai-go/issues/17, but you _will_ have to modify the source code. It's not currently supported out of the box.
Which proxy are you using?
> > Which proxy are you using? > > I don't know what you meaning about "which proxy" Which proxy server - what is the value of `HTTP_PROXY` you're setting?
I've added a `--proxy` flag in the latest tag (0.5.0) Please try it and let me know if it works for you
@douglarek we're sorry this is taking a while to resolve. There's an internal issue opened about it and the team is looking at it along with other issues. Even though...