-
Users would be greeted with sample data, but there is no easy way to clear them.
Users might be forced to delete each entry one by one, or update the JSON file but they might not have the technical a…
-
on win:
```
Didn't successfully build the report - JSON log preserved. JSONDecodeError('Expecting value: line 1 column 1 (char 0)')
```
log:
```
2024-08-20 15:39:46,040 DEBUG harness: prob…
-
Hi Dr. Liu, so nice work.
When I open the ddp to True in emage.yaml:
`ddp: False` to `ddp: True`
and modified "--gpus" in config.py:
`parser.add("--gpus", default=[0], type=int, nargs="*")` to `…
-
hi daerduoCarey
First of all. thanks for sharing your code . I add the stn layer after the data layer:
> name: "GoogleNet"
layer {
name: "data"
type: "Data"
top: "data"
top: "label"
…
-
As a follow-up to https://github.com/kestra-io/kestra/issues/3331 we can extend autocompletion.
In the order of priority
## Prio 1 - DONE
Add autocompletion for root attributes when in an emp…
-
### Are you submitting a **bug report** or a **feature request**?
I'm submitting a **bug report**.
### What is the current behavior?
**FieldArray** initializes empty, if I manually call `…
-
In the previous iteration, to handle compare required a trick in which we inverted the value of a register and compared to 0. I don't think this is necessary any longer.
-
Gloria Wang (a7z2b):
What did you work on this past iteration (2 weeks)?
I implemented the rest of the email notification functions, fix the bug from changing the layout of added a new post
What…
-
I’m looking/asking for a possibility to define constraints on my own for a CVRP.
The constraints could look like that:
- a ring should not exceed a max. total length
- the cumulative node demand …
-
**Problem:**
The `conftest.py` fixture's setup/teardown is not executed after each test class iteration.
When running `pytest test_foo.py --setup-plan`, the `SETUP C conf_fixt` is only executed …