Odepax

Results 6 issues of Odepax

Using `org.jsoup:jsoup:1.14.3`, it seems like using something like `.select("> .direct > .foo, > .direct > .bar")` will also select `.direct > .bar`. As a work-around: `.selectFirst("> .direct")!!.select("> .foo, > .bar")`...

--- name: Bug report about: Create a report to help us improve Avalonia title: '' labels: bug assignees: '' --- **Describe the bug** Device scaling seems to interfere with `ImageBrush.SourceRect`....

bug
area-skia

C# XML doc comments don't get rendered as they deserved by VsCode's inline doc popup. Namely: - The Examples section is missing; - The See Also section is missing; -...

OmniSharp

Hi, I've looked in all the menus, I haven't found any way to align elements vertically or horizontally... Like a... A grid! On the official screenshot, the elements seem to...

Encountering unexpected error while parsing HTML5 tags: ``` DOMDocument::loadHTML(): Tag article invalid in Entity, line: 7 D:\...\Pasap\vendor\wa72\html-pretty-min\PrettyMin.php:76 ``` Here is the code I'm trying to minify, https://validator.w3.org says it's valid:...

I've just started reading the book. After glimpsing at the table of contents, I noticed the absence of a chapter dedicated to security. Same for networking, now I've noticed. Is...