Denilson Sá Maia

Results 119 issues of Denilson Sá Maia

The previous example called a function but didn't show where we were expect to insert that call. It also had a semicolon, which shouldn't be there, because we are supposed...

## Context PR #1557 added support for `scopedElements` to `fixture()`, although there is no documentation about it (bug #2836). Thus, if I have multiple fixtures, each one with slight variations...

PR #1557 added support for defining `scopedElements` as part of the options of a `fixture()` call. That's awesome, but no one will know about it nor know how to use...

In our application, there is a very complicated logic that creates a bunch of form fields based on some data. It's very complicated, we hate that logic; but it exists,...

In the settings, we can set a custom amount of columns for the cards. This works fine in the main UI. However, when editing a group, we have pretty much...

type: bug
severity: minor
common: occasional

How to reproduce: 1. Samsung S24FE 2. In the Android settings, "Camera cutout", select "Show camera cutout". This essentially expands the usable screen are up to the top-most pixels, including...

Browsers have a focus outline for a reason: accessibility, letting users interact with the page using just the keyboard. We, web developers, must not remove the focus outline without providing...

The currently deployed mermaid version on https://stackedit.io/app barfs if the mermaid source-code contains non-latin unicode characters. ## Plain ASCII works ```mermaid flowchart TD src([packages/.../*.js]) --> eyes((eyes)) ``` ```mermaid flowchart TD...

Consider this short piece of code: ```python from pathlib import Path from pydriller import Repository REPO_DIR = Path('~/foo/bar/').expanduser() repo = Repository(REPO_DIR) ``` It breaks: > Exception: The path to the...

enhancement
PR welcome