Aronai Sieyes

Results 3 issues of Aronai Sieyes

For example: ```dm /mob/proc/test_case() set name = "Test!" world

question

```dm // "Untyped" list, .Add() method var/list/list_a = list("nested" = list()) list_a["nested"].Add("something") // Linter error // "List-typed" list, .Add() method var/list/list/list_b = list("nested" = list()) list_b["nested"].Add("something") // No error, declared...

question

### Checklist - [X] I'm reporting a bug unrelated to a specific site - [X] I've verified that I'm running yt-dlp version **2022.06.29** ([update instructions](https://github.com/yt-dlp/yt-dlp#update)) or later (specify commit) -...

bug
triage