Results 68 issues of Daraan

Fixes: #161 Instead of iterating over a set, whose order is random in different executions, iterate over a generator based on dict keys which are ordered.

I cannot recreate a MWE yet as it seems to work in simple cases. In general I have tests that compare a normal argparser (original setup) with a Tap setup:...

Possibly related to #434 Since a few days which I assume coincides with the rollout of 12.6 I most of the time cannot use the ebay (https://www.ebay.de) frontpage anymore. (Not...

bug

**Describe the bug** 👋 I have a variable `d: T` of a `dict` or `None` generic. (For the issue it does not matter if bound to union or two constraints)....

bug

**Describe the problem** 👋🙂 I have a factory method that fixes a class attribute in a dynamic subclass, further it should fix the types of the resulting subclass. The argument...

bug

### Describe the bug So I just created a new project with a "+" in its name: `SYMPOL+mlp-CartPole-v1` The output of the wandb sync is: ```txt Syncing: https://wandb.ai//SYMPOL%2Bmlp-CartPole-v1/runs/tws47f2512041633c2294Xa3d77C00Fa3d77C01S04GG ... done....

ty:bug
a:sdk

### Description When resuming a forked run (online or offline) they loose their `branch_point` information in the setting, i.e. ```python run2 = wandb.init(fork_from=...) ... # log run2.finish() run2_continue = wandb.init(resume=run2.id)...

ty:feature

Description ----------- - Fixes #10183 `console_capture.py` wraps stdout/stderr with a log_to_all_runs wrapped function. During garbage collection some processes still might write to stderr/stdout. In my case this happens by tqdm.__del__....

### Describe the bug I have a config vale that is a list. While the UI gives me the option to select the config value and correctly finds all options....

ty:bug
a:app

### Describe the bug In my setup I have multiple runs running in multiple threads. At some point I stop them and possible resume some. Due to postprocessing finishing a...

ty:bug
a:sdk