-
### Your current environment
```text
The output of `python collect_env.py`
Collecting environment information...
PyTorch version: 2.3.1+cu121
Is debug build: False
CUDA used to build PyTorch: …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
When running my API with`RequireHttpsMetadata` as true, I get the following output in m…
-
# Summary
The API design for creating, managing, and using clients differ from other EdgeDB drivers. The goal is to make a driver that is easy to switch to from other drivers.
## Current Design
T…
-
[model_input.txt](https://github.com/user-attachments/files/17492230/model_input.txt)
### Your current environment
The output of `python collect_env.py`
```text
Collecting environment inform…
-
If I use a shared redis connection with lazy connect option in a worker, like this (pseudo code)
```ts
const client = new Redis(connectionString, { lazyConnect: true });
await client.connect();
co…
-
I'm searching in Active Directory with ldap3, and it appears that the AD server is returning `searchResRef` referrals that are not being followed.
I'm using this (anonymized)
```py
server = ldap3.…
-
有中国节点和新加坡节点,其中以中国节点主节点建立双向channel,新加坡 -> 中国同步正常,但中国节点不同步到新加坡,控制台可以看到点位信息不断更新,但是最后同步时间为空。
![snipaste_20171113_150351](https://user-images.githubusercontent.com/11764942/32713476-68fa3612-c884-11e7…
-
For programs with a large number of traces in the database, it is possible that loading of traces in the Eclipse UI will be slow and user experience will be affected.
Currently, each call to query …
-
# Problem Statement
As discussed in our recent OPAL meeting, we want to understand what operations are performed (eagerly) when initializing a `Project` instance, and their respective impact on the o…
-
I asked gpt4 the following question:
I have developed a nushell module, that can execute nushell code chunks in arbitrary markdown documents, and output the results back to markdown documents.
…