-
When A Reconfigure task failed for a deployment, the UI assumes that the deployment uses the new configuration and doesn't allow rerunning the task without changing some other configuration value.
…
-
- Ensure the "Start Simulation" button properly starts the program when necessary.
- The app currently runs Test1 correctly the first time, but subsequent presses on "Start Simulation" do not rerun i…
-
- Running the script multiple times overrides the previous baseline grid settings but doesn’t get rid of the previous guides
-
None of the tests in `rerun-1-test.sh` ran. None reported success or failure.
```
rerun(1) Basic sanity tests
=========================================================
Tests: 0 | Passed: 0 | Fai…
-
I'd argue that getting division 2 in a rerun is not really an achievement, so having the indicator that it was my best division is not at all helpful. It should at least be toggleable with the "includ…
-
Due to bug in script, I had to rerun the installer multiple times. It's annoying that it redoes all the steps, like installing Google Chrome. Ideally things wouldn't be redone.
-
**Describe the bug**
The rerun viewer fails to start when installed using pip in conda environment. The standalone executable, pip install in a pure python environment (not based on a conda install…
smidm updated
6 months ago
-
Environment:
Ubuntu 24.04 LTS
Rust 1.67
libssl-dev:amd64 1.1.1w-0+deb11u1
Full build log attached, Error output pasted below.
[epic-miner-build.log](https://github.com…
sysfu updated
1 month ago
-
Has anyone use this operator with Airflow? ie Schedule jobs via airflow instead of built in Cron?
Any Suggestions on how to go about doing it?
Only way I could find to rerun an existing job (Spark…
-
* version: 10.0
* code
```python
retryBool = True
@pytest.mark.flaky(condition=retryBool,reruns=2)
def test_demo():
retryBool = False
assert False
```
I found that if I set the mar…