Kyle Knight

Results 8 issues of Kyle Knight

**Bug Report** **What is the current behavior?** ```js const boxShadow = meta => css(({ theme }) => css` box-shadow: ${meta} ${transparentize(0.9, theme.color.primary.tre)}; `); ``` This renders fine, but throws an...

If it's "duh" why even include it in the list of requirements? I don't see you listing a computer and a keyboard... Please don't verbally abuse your users.

> short description of the bug / issue, provide more detail below. Getting `Uncaught TypeError: Cannot read property 'slidesToShow' of undefined` on the first click of a customPaging button, but...

Author Pending Response

It appears that Styledocco is using the same share/docs.jade for both the main template as well as the code sample iframes. Is there a way to use a different iframe...

**Is your feature request related to a problem? Please describe.** Instead of the entire Box being draggable, it would be nice if we could associate a `moveHandle` or something to...

enhancement

Currently your markup is outputting as seen below ``` html First Name : Email Address : ``` This makes no sense. The first input as the label wrapping the label...

So, I dug in a bit. It appears to be basically running a `sed -i` command, replacing the current file with the updates. Is it possible have an output file...

## Expected Behavior The items chosen should stay consistent in the order they're chosen ## Current Behavior Streams rearranges selected items ![AutoSwappingStreams](https://user-images.githubusercontent.com/122591/73001668-755cf000-3dc8-11ea-99a9-943389ca5606.gif)

bug