Christopher Boyd
Christopher Boyd
### Preliminary Checks - [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues - [X] This issue is not a question, feature...
add slider
I've been using this in my own project and felt I've gotten it to a point worth sharing. I just updated the track markers portion to be more React-oriented. Previously,...
**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** As stated in: https://github.com/nfl/react-helmet/blame/master/README.md#L216 ```jsx {/* body attributes */} ``` This specific case...
Per https://medium.com/flutter/learning-flutters-new-navigation-and-routing-system-7c9068155ade It seems that there should be `MaterialWithModalsPage` to match the new `MaterialPage` and possibly a simplified `Route` wrapper... Maybe making `_CupertinoBottomSheetContainer` or something similar public. See: ```dart const...
Relevant code: https://github.com/flutter/flutter/blob/4d7525f05c05a6df0b29396bc9eb78c3bf1e9f89/packages/flutter/lib/src/cupertino/dialog.dart#L359-L365 I guess it wouldn't work to utilize `CupertinoPopupSurface` since it has the border radius on the bottom as well. Apple's utilizing this translucent blur effect in an...
The demo app works fine, since all dropdowns are limited to the same page... However, if you have two pages with dropdowns, you'll notice something like the following error when...
An example of this is iron-form, which extends the default form element. The generated IronForm widget doesn't function properly. It specifies an `` tag instead of `` Moreover, the get/setAction...
I've noticed two issues with helm options: 1. `value_files` attempts to use a relative address, even when an absolute path is specified - This causes issues with terragrunt modules, since...
## Steps to Reproduce 1. Use `image_picker` to select an image 2. It will prompt you to select images for use by app. 3. Next, all images will be shown...
**Describe the bug** As the title states, I believe this is an issue with colorspace `DeviceRGB` colors being rendered differently. **To Reproduce** Steps to reproduce the behavior including code snippet...