John Kreitlow

Results 52 issues of 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...

Hacktoberfest

# πŸ› 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...

bug
status:planned
area:fast-foundation

# 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...

status:triage
area:fast-foundation

# 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. ##...

status:triage

# πŸ› 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...

status:triage

This commit fixes two issues: - The 'Nonetype' console error - Sublime Text 3 support