InvalidUsernameException
InvalidUsernameException
@Mynacol I've asked them for a review on Discord now. If you ae running `yt-dlp` from the source-repository, then you can always just use the PR branch if you need...
> I see a few `` tests added in the first commit, not sure if those are the ones you meant, but if so please mark them as skipped in...
Yeah, the naming between the CSS property and the HTML tag is unfortunate here :laughing:
Imported here so I have something to link to for a FIXME comment.
Hmm, I added the assertion that is failing just a few days ago in #6451. Maybe my assumption there was just wrong. Do you have a reduced test case that...
I reduced the verification failure in `content_box_rect_in_static_position_ancestor_coordinate_space()` down to this: ```html .table { display: table; } .table-cell { display: table-cell; height: 100%; } .inside { position: relative; padding-left: 8px; }...
[Potentially relevant context about the suspected reason for this bug](https://discord.com/channels/1247070541085671459/1247090082297548832/1327015650702655640).
Related: #4234, #4261
More reduced test case ```html #flex-row { display: flex; flex-direction: row; } #article-page-sidebar { width: 100% } Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas vitae vulputate dolor. Sed...
> Seems like an issue with underlying libs like Angle, Skia or something, not a CSS thing. Oh, this smells perfectly like a CSS bug. At this point in time...