Garret Wilson

Results 71 issues of Garret Wilson

Thanks for your library, which I have been using for many years. I just run into a problem with nested generics inside `Optional`. Let's say I have a method that...

_My first description of the bug was incorrect as to the behavior, because I was inadvertently testing on the wrong element. However there is a small bug in attribute processing...

The [description page](https://jsoup.org/) for jsoup says: > jsoup implements the [WHATWG HTML5](https://whatwg.org/html) specification, and parses HTML to the same DOM as modern browsers do. The [WHATWG HTML5 Specification § 2.1.3...

I have the following managed dependency in my Maven POM: ``` javax.faces javax.faces-api 2.3 provided ``` However when I invoke `mvn versions:display-dependency-updates`, Versions Maven Plugin shows me: ``` javax.faces:javax.faces-api ..............................

Stale

Could we get a `` option for the `regex-property` goal? (Or better yet, don't provide output at all?) For example I have something like this to drop any `-SNAPSHOT` to...

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...

Issue-Question
WG-Interactive-PSReadLine
Needs-Triage

If a user scrolls, say, a horizontal block to the middle, scroll glue is suspended (i.e. turned off). How can I programmatically, if I add new horizontal content to the...

question

I'm finding the version indication confusing. My use case is simple: 1. I want to see what version. 2. I have and compare that to the version currently released. 3....

Area-User Interface
Product-Terminal
Issue-Task

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...

Resolution-Answered
Resolution-External

I'm using v1.12.1 of the plugin on Windows 10. I'm running Babel to manually transpile React JSX files from the source to the target. It works very nicely! I'm overjoyed!...