-
Freshly installed your program and configured the with an api key, the program crashes after entering into the prompt. I checked the db file to see if there was any data in it but it remains empty eve…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
```sql
create table t(a bigint not null, b bigint not null);
inser…
-
### Summary
Ombi container suffers degraded health, logs show evidence of database locks preventing correct operation. Docker does not restart the container however, as it does not get notified of a …
-
We have a use case for adaptive where the function parameter is a slowly changable physical parameter like the orientation angle of a polarization filter. The simple approach with the `SequentialExecu…
-
Currently the import/export tasks are executed in parallel in batches of 50:
https://github.com/jloosli/node-firestore-import-export/blob/6977df5972cf84c8ef9ca6c527f57b2aad1f722b/src/lib/firestore-he…
m417z updated
4 years ago
-
The current implementation of the TransactionalBatch makes is not possible for user to retry on transient exceptions except for rebuilding the entire TransactionalBatch. The original list is reset bef…
-
## File a bug
### Include your code
I have a `Comment` owned entity type:
````cs
public class Comment { // owned entity type
public Comment(string text) { Text = text; }
public string…
-
### Describe the feature
# Overview
To execute blocks using [`scroll-revm`](https://github.com/frisitano/scroll-revm) we must implement an `EvmExecutor` (and associated assets) that wraps `scroll-rev…
-
Dear Eugene,
I wanted to use batchexecutor for executing multiple queries on multiple tables with IF NOT EXIST (@Version in mapper) condition as i when i am running the batchexecutor i am getting erro…
-
Might be related to https://github.com/npgsql/npgsql/issues/5362
How to reproduce change demo to use 101 iterations instead of 72
we don't need that many decimals right now, but i'll try to see …