-
-
## Environment data
`dotnet --info` output:
```
.NET SDK:
Version: 8.0.105
Commit: eae90abaaf
Workload version: 8.0.100-manifests.796a77f8
Runtime Environment:
…
-
## Observation
It's challenging to merge message chunks on client side when using streaming API, especially when the agent supports function call and the response message type might be text message…
-
## ❔Question
Hello all,
I trained yolov5 on my own data and created onnx model using the export script. The coreml model failed but onnx model was created successfully. But when I try to import th…
-
So I built a simple script runner class to take an arbitrary block of C# code and run it by using Roslyns scripting API's.
This functionality works everywhere except in my azure functions app for som…
-
As mentioned in the discussion [here](https://github.com/supabase-community/supabase-csharp/discussions/131):
The currently released libraries on Nuget do not conform to the naming conventions expe…
-
As soon as a temporary file is involved, the temporary file seems to cause problems:
## stdout / stderr
```
❯ srgn -vv --py methods 'x' --py function-calls 'super'
[2024-10-05T13:03:02.670500Z I…
-
Hi!
I am started to working with GTFS Realtime which proto file written in proto2 syntax.
https://github.com/google/transit/blob/master/gtfs-realtime/proto/gtfs-realtime.proto
My company works …
-
# Bug report
The timing of the presence feature is unreliable because the websocket randomly hangs.
## Expected behavior
Retry should happen whenever the connection fails, not only after 30 s…
-
Hello,
Here is the project setup:
```bash
dotnet workload install wasi-experimental
rm -rf server
spacetime init --lang csharp server
rm server/.gitignore
cd server
dotnet new sln
mv StdbMo…