Matt Browne

Results 25 issues of Matt Browne

### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [x] 1. The issue provides a reproduction available on [CodeSandbox](https://codesandbox.io/s/modest-lehmann-2uzylv) - [ ] 2. A failing...

It seems that the latest (or very recent) version of Chrome has introduced a bug causing tab characters in the HTML to not be treated as spaces when text-rendering is...

Consider the following example: var o = {}; Object.defineProperty(o, 'foo', {enumerable:true, writable:false, value:'f'}); var o2 = clone(o); console.log(Object.getOwnPropertyDescriptor(o2, 'foo')); The property descriptor on the copied object specifies the property as...

This is a long PR description, but it's a complex issue so hopefully the explanation is helpful... This PR resolves #245, and also another issue I found when calling helper...

In our app we are finding that any time a component that uses styled-components has a static property added to it, that component is always included in the bundle even...

enhancement
help wanted

Fixes https://github.com/expressjs/morgan/issues/190

pr

Hi, I'm moving my existing repo using `esm` into a monorepo using `lerna`. When I use `lerna run --stream dev` to start my app, the command works, but some of...

## Version Information - The version of Python you're using 3.6.6 - The version of pip you used to install github3.py Installed using poetry 0.12.16 - The version of github3.py,...

In `getServerSideProps()`, it's not safe to return the object returned by `getServerPage` as-is. This is because errors in `res.props.error` can't be serialized to JSON. This might not be a bug,...

When I used the example config in the readme, I got an error: > SyntaxError: Cannot use import statement outside a module It turned out this was because it wasn't...