John Kreitlow
John Kreitlow
Hi, Great plugin. Just found it today. The `Convert Camel Case Underscores` is converting from underscores with the first letter capitalized, which is sometimes referred to as `PascalCase`. `PascalCase` is...
# π Bug Report The `filter-selected` and `filter-query` boolean attributes on the `` are `true` by default and the picker cannot be initialized in a state where they are not...
# Pull Request ## π Description In FAST Foundation: * Upgrades `@playwright/test` in `fast-foundation` and `fast-ssr` to the latest stable version. * Removes custom `hasAttribute` and `toHaveBooleanAttribute` assertions from `fast-foundation`...
# π¬ RFC In order to address the multiple issues with how the NumberField component handles things like very large numbers, exponential notation, and localization, I'd like to rewrite it...
# Pull Request ## π Description Fixes the squiggles for SVG paths in `*.register.ts` and `*.stories.ts` files. ## π©βπ» Reviewer Notes It seems that combining the `PlaywrightTest` namespace extension with...
# Pull Request ## π Description This PR adds `tslib` to the `nohoist` list in the root-level `package.json`. Additionally, it adds `tslib` as a dependency to both `fast-router` and `fast-react-wrapper`...
# Pull Request ## π Description This PR rewrites all Playwright tests in `fast-foundation` to be async/parallel. ## π©βπ» Reviewer Notes The tests may be slower in this mode, which...
# π Bug Report Multiple required `` elements with the same `name` attribute aren't grouped together when checking form validity. Each radio is treated as an independent form element. ##...
# π Bug Report All component tests in `fast-foundation` are written in a way that alleviates run time for the CI environment, but this causes flaky scenarios since each component's...
This commit fixes two issues: - The 'Nonetype' console error - Sublime Text 3 support