menaechmi

Results 6 issues of menaechmi

I'm re-writing this description, because the status has changed dramatically since it was first written. ### Tests Two test currently fail: - [ ] `tests/integration/test_manipulation_buttons.gd.TestManipulationButtons` fails with `[VECTOR2(203.93003845214843750000, 401.15228271484375000000)] expected...

These are manual methods from the editor's [renames map](https://github.com/godotengine/godot/blob/master/editor/renames_map_3_to_4.cpp). There are a few that are not included for various reasons, that are discussed in issue #9850. If possible this should...

enhancement
discussion
area:manual
cherrypick:4.1
cherrypick:4.2
cherrypick:4.3

**Your Godot version:** 4.2.2 **Issue description:** The conversion page states: > The list below contains all renames that must be performed manually using the script editor. But the list was...

bug
area:manual

#### Testing the changes - I tested the changes in this PR: **YES** #### Local build testing - [x] I built this PR locally for my native architecture, (x86_64) -...

In short: orphaned, not likely to get a new release, security vulnerablilty. Use yt-dlp or nightly youtube-dl releases from github. Edit: After reviewing `qytdl`, which depends on `youtube-dl`, but is...

remove

Borrowing from the example in the Writing with Ink book: ```ink LIST PancakeState = ingredients_gathered, batter_mix, pan_hot, pancakes_tossed, (ready_to_eat) {PancakeState} (Prints "ready_to_eat") ~ PancakeState++ {PancakeState} (PancakeState doesn't print) ~ PancakeState--...