-
### Context/Description
The OpenSearch index must be synchronized with the parts' information whenever a part is created, updated or deleted. Thus, we need to implement a mechanism to perform the s…
-
In writing step-83 (#12429), it turns out to be annoying that `Triangulation::save(archive)` does not do the same as `Triangulation::save(filename)`. The former writes everything about the triangulati…
-
Hi @dstansby , hi all,
I currently have a couple local implementations of a plotter with line plots based on metadata.
Data are stored in metadata because sometimes I generate data from intensity …
-
We currently define the adjacency matrix (and all other matrices) as hash maps, and this is the most optimal choice, but I was thinking that it would be useful to provide some functions for exporting …
-
### Is this a unique feature?
- [X] I have checked "open" AND "closed" issues and this is not a duplicate
### Is your feature request related to a problem/unavailable functionality? Please describe.…
-
### Describe the bug
After enabling the logging using:
logging_session_id = autogen.runtime_logging.start(config={"dbname": "execution_logs.db"})
we are only able to see the first response mess…
-
### 🐛 Describe the bug
```python
def test_nonstrict_sequential_slicing(self):
class TestModule(torch.nn.Module):
def __init__(self) -> None:
super().__init…
-
### Describe the Bug
I have a database with quite a few tables all with proper FK's to eachother. I've also added Data Models for these tables and configured the related fields accordingly.
Howeve…
-
## Overview
The `fuel-core-sync` service has a single stream of events where processes result sequentially. In several parts of the stream, we request data from another peer in parallel to speed up…
-
### Module version
```
v1.5.0
```
### Use-cases
Certain resources/APIs do not like "concurrent" operations, where the API is used at the same time as other operations (or in "too close" suc…