James

Results 6 issues of James

In my case `payment-method` ended up matching `42-method` and threw me 404 when attempting a GET request to the resource. Dynamic segments (parameters), should always be underscored to avoid this...

Based on the custom nature of dropdowns, dropdown selects are pretty useless when it comes to screen readers. ![screenreaderariasuidrop](https://user-images.githubusercontent.com/6146261/50989621-1a15d380-14cd-11e9-96f6-a327b8601efc.gif) SR needs tags like `aria-activedescendant` and `role="listbox"`, which are rollable with...

The dynamic popup example doesn't work for me. http://semantic-org.github.io/Semantic-UI-Ember/#/modules/popup

## Bug Description Query parameter assertions have ordering significance. Objects do have key ordering significance, however query parameters should not. ## Reproducible By Consider this example: ```typescript mockAgent = new...

bug
good first issue

## This relates to... #2681 ## Rationale To enable easier debugging of the mockagent, as discussed in #1600 ## Changes - docs: added an example of mockAgent onMissedRequest option -...

## This would solve... This would give a cleaner look at what requests were not caught by the mockagent during a particular run ## The implementation should look like... Long...

enhancement