Andy Earnshaw

Results 20 issues of Andy Earnshaw

I know there's probably an upstream issue involved here since this feature is reliant on the CDP endpoint being improved, but since that CDP endpoint was originally implemented for Puppeteer...

bug
unconfirmed

I have some common proptypes that I want to maintain in a single place as a constant: ```javascript export default const PROPTYPE_THEME = PropTypes.oneOf([ 'default', 'primary', 'white', 'blue', 'purple', 'pink',...

I'm using context to theme components in my library. Can support be added for modifying context props?

On Hold

If I set `propTypes.children` to `PropTypes.node.isRequired`, I should be able to type a child component into the `children*` input. For example, let's say I have a `TabStrip` and `TabPanel` component...

I was thinking of using BlueKit as an interactive documentation tool for an internally-used library of components. However, many components look plain or completely blank until props/children are set, or...

### Description I'm running a command line app from a Node.js process using `spawn()`. The process is launched with extra pipes in the stdio option. Here's a simplified code sample:...

status/0-triage
kind/feature

This is how the default layout looks in portrait mode on the main screen: ![image](https://user-images.githubusercontent.com/1826067/147948430-a5251cb8-1ec0-4de4-970a-ceb2105a58b9.png) And the front screen: ![image](https://user-images.githubusercontent.com/1826067/147948623-ad919b4b-ecb2-4c2f-8ca2-4f7fb7d4b433.png) This is unfixable as the bottom DS screen and some...

bug

I'm running a command line app from a Node.js process using `spawn()`. The process is launched with extra pipes in the stdio option. Here's a simplified code sample: ```javascript const...

I'd like to put this idea forward to get some opinions about it. I work in the ad-serving industry, where I manage scripts that deliver ads to pages (as cross-origin...

Hi everyone, First off, a huge thanks to all the contributors to this project over the years, as well as the tremendous work put into maintaining by @caridy, @ericf and...