Nicholas Boll

Results 28 issues of Nicholas Boll

## 🚀 Feature Proposal Design has requested the ability for FormFields to handle more than a single message and more than one type of message. ## Motivation There can be...

help wanted
needs-design

## 💬 Questions and Help So far, our form field components have been extending `` or `` which have the following signature (not `Field` exactly, but have this shape): ```tsx...

question

## 🚀 Documentation Proposal Design has identified 2 additional variants that solve common use-cases we've seen: ### Basic Modal I'd say this is what we have now. No change needed...

good first issue
documentation
needs-design
7.x

## 🐛 Bug Report The `useTheme` hook is used in 3 distinct ways: - Inside a functional component - Inside a `styled` function - Inside a class component All use-cases...

bug
breaking-change

### What would you like? The Cypress GUI running against a remote development environment. Not using Xwindow forwarding or messing with complicated settings. Run the Cypress GUI pointing to a...

type: feature
E2E

I've been playing around with ways of defining reusable helpers (blog post coming) and have been using the Cypress log API and passing `{ log: false }` to allow control...

type: feature
pkg/driver
E2E

## Summary Fixes: #2630 Runs the Style transform as part of Webpack so we can test the style transform both visually in Chromatic and in development. We'll also get any...

## 🐛 Bug Report The Popper offsets plugin doesn't support CSS variables. Integer pixel values are built into the core of Popper and the next floating UI iteration. It is...

bug

## 🚀 Feature Proposal Add the style transformer to webpack so we can verify everything is working in development and in visual regression. ## Motivation There's not really a way...

11.x

## 🚀 Feature Proposal Generate CSS Kit from React Kit. ## Motivation Less maintenance supporting a CSS kit and guarantee the CSS kit and React kit are up-to-date. ## Example...