Eli Bendersky
Eli Bendersky
I think the mix-up may be on my end; I did not interpret it as "the go tool will remove the actual directories". I was thinking of this scenario: Suppose...
The shorter "The -r flag searches recursively for modules in the argument directories, and the use command operates as if each of the directories were specified as arguments" seems better...
PDFs are supported now -- see examples
This is a general API issue, not specific to the Go SDK. I suggest asking in https://discuss.ai.google.dev/
This is the behavior of the underlying service right now, and we don't want to add SDK-specific error checks. Right now, models return a single candidate. If you're interested, you...
Potential duplication of non-idempotent requests is a known problem with Raft-based systems. There's half a section dedicated to it in the [extended Raft paper](https://raft.github.io/raft.pdf), in section 8: > > However,...
I personally don't have plans to add it, but will welcome PRs implementing it. The place to start would be to understand how the spec defines the feature (formal grammar)...
Bikeshedding the name aside (`Keep` SGTM), I really like this proposal. It's simple and sufficient. It doesn't prevent us from working on a different API like the proposed `Iterate` in...
Can you more specifically explain the setup you're using?
I think this is a slightly different issue than #367, which was asking pyelftools to be forgiving and agree to parse a malformed file. That's a clear no. _This_ issue...