Daniel Friesen

Results 142 issues of Daniel Friesen

#### What are you trying to achieve? I want to write my tests using accessibility roles instead of hardcoding implementation details about how the html of my application is implemented....

#### What are you trying to achieve? I wanted to control what browser is run using `--profile` and fallback to chrome if `--profile` was not provided. #### What do you...

I'm using smart-knobs with TypeScript components using react-docgen-typescript-loader. However I do not get any knobs on a component that just uses string union props like these. String props are fine...

Sorting arrays does not appear to be sorted. ```js > var Freezer = require('freezer-js') > var f = new Freezer([3,2,1]); > f.get().sort(); TypeError: Cannot assign to read only property '1'...

**Describe the bug** The README example includes `--path "%PUBLIC_URL%"` which I expect is for CRA support. However when using this option manifest.json paths include `%PUBLIC_URL%`. However CRA does not replace...

bug

**Is your feature request related to a problem? Please describe.** pwa-asset-generator only generates one large favicon. This is despite the fact that you can specify a html icon that adapts...

feature request

i18n Ally uses a binary sort when it sorts keys. This is unexpected ("O" is sorted before "o") and doesn't take differences in how languages sort things into account. This...

**Additional context** i18n Ally seems to use a binary sort. Given the following this is how i18n Ally will sort messages vs. what is expected and how other tooling may...

feature request

**Describe the bug** If your locales folder contain an non-locale directory i18n Ally will fail to load without proper warning or telling you what is wrong. There is no error...

bug

**Is your feature related to a specific framework or general for this extension** i18next (v21) **Is your feature request related to a problem? Please describe.** If you upgrade to i18next@21...

feature request