JeremyTCD
JeremyTCD
Hi, what package version are you using?
Used to get the `System.UriFormatException`, I'm getting a different error when I try to "go to definition" now: ``` The editor could not be opened due to an unexpected error:...
@jasonmalinowski thanks for clarifying, appreciate the work you're putting into this issue!
Hey apologies for the slow response. I've written instructions for logging in general [here](https://github.com/JeringTech/Javascript.NodeJS/issues/163#issuecomment-1483740326). If you're looking to output only logs from your Node.js logic, a custom .Net logging provider...
Hi, this library doesn't provide such functionality out-of-the-box, but you can probably achieve what you want using something similar to the logic above. Monkey patch JS log methods to prefix...
Accidentally reopened.
Hey, sorry for the later reply. Agree that some real-world examples and more benchmarks would be great. Unfortunately I'm tied up at the moment. I'd be more than happy to...
Having the same issue. Occasionally ~200 tokens will go through, then it outputs "[ERROR] Error streaming, falling back to non-streaming mode: Request timed out." and "Request timed out". Never recovers....
Unfortunately this library doesn't support the use case you've described. In general it does not support bidirectionality - there's no way to register a callback on the dotnet side and...