-
From Windows Event Viewer:
Faulting application name: SFVipPlayer.exe, version: 1.2.7.86, time stamp: 0x96fd54ec
Faulting module name: KERNELBASE.dll, version: 10.0.22621.4249, time stamp: 0x0cf64…
-
### Issue Description
A customer is seeing an exception when building with `/graph`:
```
Unhandled exception. System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Micro…
-
```
import threading
import dspy
import os
lm = dspy.LM(
"openrouter/meta-llama/llama-3.1-70b-instruct",
api_base="https://openrouter.ai/api/v1",
api_key=os.environ["OPENROUTER_AP…
-
### Description
CreateTable gives error with Postgre connection string
### Exception
Npgsql.PostgresException: '42601: syntax error at or near "If"
```
Exception message:
This exception was …
-
Hi!
some of the current mod incompatibilites seem to be:
Body parts added by other mods, - Will upload try to edit or create seperate issue when i have the logs for this one.
Black screen wor…
-
It seems people are confused on keeping the threaded requests helpful to the authorities.
I got at least one authority being confused about several separate requests and I suspect the e-mail is not…
-
It should be possible to increase the performance of `Cell.to_gds` using multi-threading. The generation of polygonal boundaries from `FlexPath` and `RobustPath` and fracturing all polygons (including…
-
Hi,
i don't really know how to reproduce this, i do this:
```cs
await JoinableTaskFactory.SwitchToMainThreadAsync(DisposalToken);
var docView = await VS.Documents.GetActiveDocument…
-
# Documentation
threading module is missing basic/introductory usage example
documentation start from some general notes which may have its place there and jump into "This module defines the fol…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Flask server encountered a Segmentation fault fatal error after serving traffic for a few min…