Andrey Okonetchnikov

Results 56 issues of Andrey Okonetchnikov

This stops keyboard navigation if user has input / textarea focused and might be typing. Basically a copy-paste from https://github.com/jxnblk/mdx-deck/blob/d3cea6b44a1f252432313ac4f6a5a7cc4f5844a6/packages/gatsby-theme/src/hooks/use-keyboard.js#L41-L43 which made me wondering why there are 2 versions of...

There are reports that the size of this package is too large. Mostly this is due to our external dependencies. It would be great if we would have a report...

Sometimes it's desired to pass an array of globs instead of just one glob to simplify negation, for example. Right now this isn't possible since glob is the object key...

Looking at the code I see that to set the color mode, it relies on the emotion theme provider: https://github.com/system-ui/theme-ui/blob/6d9e29369a76c2802a1bb8253efaef072a087fbc/packages/color-modes/src/index.tsx#L111-L117 This generates unnecessary class names in order to change the...

enhancement

I'm using Theme UI with the pragma set in `.babelrc` like this: ```json { "presets": [["next/babel", { "preset-react": { "pragma": "jsx" } }]], "plugins": [ [ "@emotion/babel-plugin-jsx-pragmatic", { "module": "theme-ui",...

Some of my Travis CI integrations were deprecated and won't run anymore (not sure who's fault, looks like GH) but I'm wondering if semantic-release should use a GH action instead...

Ava is awesome but I think Jest offers so much more out of the box. Particularly I wanted to write a test for a fix of #632 but this seems...

development
help wanted

I'm using LR Chrome extension v2.1.0 and seeing `net::ERR_CONTENT_LENGTH_MISMATCH` after which the page looks unstyled. ![2016-06-07 at 15 00](https://cloud.githubusercontent.com/assets/11071/15858409/98bd057a-2cc0-11e6-855c-5ae1eb93f092.png)

It looks like even if I have a resolver that resolves to components that use tagged templates like styled-components, the type annotations aren't extracted. Consider the following example: ```ts import...

The document should state 1. the workflow, 1. the fact this repo uses semantic-release 1. the fact it uses angular commit messages

help wanted