Erik Hughes

Results 19 issues of Erik Hughes

The loader works well for my team, but we find that need to have the ability to disable lazy loading from the config file. I.e. to be able to set...

enhancement
help wanted

### Description An indeterminate version of the progress bar for unknown process lengths and limited screen real estate. Work was started, but then cleaned up in commit: https://github.com/GeekyAnts/NativeBase/commit/a150aff7a9409a152fff327f243aff75bf579857 ### Problem...

feature request
v3
triage

I love the new Material Symbols! The service I am developing is working with groceries. I would love to see some more food related icons. Pantry: https://thenounproject.com/search/icons/?iconspage=1&q=Pantry Grocery Basket: https://thenounproject.com/search/icons/?iconspage=1&q=Grocery...

icon request

Multibranch-pipeline seemingly prints contributed variables for every single step. This behavior is observed across all pipeline implementations regardless of steps used. * Plugin version used: 1.67 * Jenkins version used:...

**Describe the bug** `CheckboxGroup` does not correctly detect checked `Checkbox` children when data isn't present directly on load. This causes the checkboxes to look checked, but once pressed the `onChange`...

size: pebble
react

**Describe the bug** If the value is explicitly set to an empty string from the parent on the `Autocomplete.Input` it won't clear the text in the field. **To Reproduce** [Line...

**Describe the bug** `FromControl` causes SSR and hydration error with incorrect id between server and client. **To Reproduce** Steps to reproduce the behavior: 1. Create a next.js project 2. Add...

Stale
react
needs triage
component: FormControl

**Describe the bug** The current way the [Portal](https://github.com/primer/react/blob/main/src/Portal/Portal.tsx) is written, mounts its children on a detached node. This causes children that need to use `autoFocus` or measure themselves to fail....

accessibility
react

Stylelint team deprecated 'blockless-group', and stylefmt does honor the new 'blockless-after-blockless' exception, which leads to no new line formatting. This should address #274. _Apologies for using another code formatter, pushed...

The example section seems to indicate that a new schema object with be created with the dereferenced values, but in reality, it mutates `mySchema` as well. Either the dereference command...