Brandon Durham

Results 34 issues of Brandon Durham

I’m sorry if this is already covered or documented — I couldn’t find specific details here. I’m using [Yup](https://github.com/jquense/yup) to validate individual fields/cells in a CSV, and I’m unclear as...

**Is this a feature request or a bug report?** Bug. **What is the current behavior?** Using `lost-column: none;` to reset a Lost element results in float-specific CSS being generated, even...

type: Bug
component: lost-column
needs: Work
resolution: Pull Request
status: In Progress
semver: minor
stats: escape

Some of my files tend to get a bit… noisy. Especially config files with MANY colors. Possible to display the color on hover as a setting option?

enhancement

I'm getting this error in IE8. Has anyone seen this before? ``` Webpage error details: User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727;...

### When using `move()` with a FieldArray to change order of fields, any field that manages its own state sticks to the original index I have a form made using...

bug

When using alongside `ajv-keywords` and `uniqueItemProperties`, how do I get the `instancePath` of the erroneous record? My code: ```js import Ajv from 'ajv'; import addFormats from 'ajv-formats'; import ajvErrors from...

I’d like to add some custom attributes (className, data-* attributes, etc.) to the button that `CSVDownloader` renders. Is this possible?

## Expected Behavior When using `yarn commit` the expected result is to run `lint-staged` to lint all js and css files; then `git-cz` to generate a commit message; and finally...

question

__Expected behavior:__ I would expect an output of two @font-face rules added to the stylesheet. __Describe the bug:__ Having one @font-face rule in an `addRules` object outputs and injects the...

bug
important
complexity:low
help wanted

This is my schema (with unrelated properties removed): ```js export const employeeSchema = { items: { properties: { launchDate: { errorMessage: { format: 'must be a date in YYYY-MM-DD format...