Tom Hoad

Results 6 comments of Tom Hoad

+1 for more closely (but not exactly) following the HTML spec for boolean attributes. Presence = `true`, omission = `false`.

https://www.tomhoad.com, textbook case study of this issue

A prop on `Draggable` would be ideal here. I can see why having the `timeForLongPress` is essential for scrolling applications (which, to be fair, is the vast majority). However, the...

Axe is flagging this as an accessibility warning. The ARIA attribute `aria-multiline` isn't valid for the `combobox` role. The [example](https://github.com/gpolychronis/ng-bootstrap/commit/c4b98da940582e49fd18af61564cf4d4bc03d691) from @gpolychronis above would fix the immediate issue without being...

The title is misleading in that it presents a pretty solid argument **for** using a GUI.

``` PS C:\Users\xx> winget list winget Failed when searching source; results will not be included: winget No installed package found matching input criteria. ``` ``` C:\Users\xx> winget -v v1.4.10173 ```...