Artem Sapegin

Results 39 issues of Artem Sapegin

https://github.com/blog/2392-introducing-code-owners https://help.github.com/articles/about-codeowners/

enhancement

https://github.com/remarkjs/remark-lint https://github.com/survivejs/maintenance-book/blob/master/.remarkrc

enhancement

There are some ideas in the text already.

enhancement

- [x] Prettier - [ ] ESLint for examples in Markdown - [ ] Stylelint (?) for examples in Markdown - [x] Textlint

No idea how to do it properly. We [use markdown-doctest](https://github.com/survivejs/maintenance-book/blob/fca9e5c1a77d2d02195208b3009062e8e198224f/manuscript/documentation/01-readme.md#testing-examples) on the Maintenance book, but it just tries to run the code without actually testing the result. It's already something...

The `Link` component print `p` tag instead of `a`. I’d send a PR but I don’t see the `Text` component in the axs-ui docs and not sure how to change...

Right now markdown-doctest: 1. Ignores `jsx` language tag. 2. Don’t understand JSX even if `js` language tag is used.

enhancement
help wanted

Is there a way to define [variants like in styled-system](https://styled-system.com/variants)? ```tsx export const Text = styled.p( { boxSizing: 'border-box', }, variant({ scale: 'textStyles', prop: 'variant', // Trigger the new styled-system...

enhancement

Strip HTML tags before sending text to Proselint. ``` ⚠ Use curly quotes “”, not straight quotes "". typography.symbols.curly_quotes Suggestions: “ or ” 8 --- 9 10 11 12 _You’re...

bug

## Issues with the current API * **Multiple optional positional arguments** in the `checkA11y()` method make it awkward to use and very difficult to extend. We have several open pull...

enhancement