restlessronin

Results 31 comments of restlessronin

@Madd0g My understanding is that a request *sometimes* works, but get stuck at other times. Is that correct? That sounds like what @aramallo described above. My guess about why finch...

@Madd0g > Also, not sure if it matters, I run batches in a loop - I almost never see these failures during the batch (a run could take 20 minutes)....

> I mean, it makes perfect sense, but I run this task manually and I like to see the text coming in, heh. It's not a critical/production system so I...

@aramallo and @Madd0g I have implemented the stream timeout with exception raising along the lines proposed by @aramallo (I replaced exit with raise). I also raise on user cancellation. The...

I'm facing this issue. I downgraded to 0.21.3 as suggested in the [first response](https://github.com/grantjenks/py-tree-sitter-languages/issues/64#issuecomment-2118048885) tree-sitter: 0.21.3 tree-sitter-languages: 1.10.2 seems to be working so far

I'm not sure I understand the situation. Could you show the code snippet that is doing this. The library itself only returns values and throws / logs errors. If it's...

Hi @daniellionel01 Thanks for the detail. Case 1 is an authentication error, coming from the OpenAI server, and in this case, we really do need to see the API key,...

@grahac I took a look at the spec, and I'm wondering about your use case. Since this is (at least initially) a voice-only api, it's hard to imagine it being...

If it's for user visible debugging, perhaps the create_initialization_options could take the version as a parameter? it could be set to the pkg_ver of the server, that's more useful in...