Tim Kutnick

Results 8 comments of Tim Kutnick

@Anber, I was hoping to get alignment on the general approach here. Would you have time to review? (in priority order) 1. Would you be open to accepting two new...

@Anber any chance review would be possible?

> Test an example: > > `styled.h1`.goo { width: ${p => p.size}px; }`` @usmanyunusov I have one test here: https://github.com/callstack/linaria/pull/1065/files#diff-daad0281133eae62fd49cb8f51d688b3d1fbafe22db18e04da1cc815616310a8R246 Is there a particular reason you're requesting another example?

@usmanyunusov I believe I fixed the issue you brought up and added a test for it here: https://github.com/callstack/linaria/pull/1065/files#diff-ceb627f577c7f458f7ad9f8bb0d5fe262c6ead0d285f4fba35bb86631063f9abR59

Hi @Anber, thank you for the review! I updated the namespace of the packages and ran pnpm changeset. I think there may be updates to master that I don't have...

For stylelint 13, @linaria/stylelint uses a [preprocessor](https://github.com/callstack/linaria/blob/master/packages/stylelint/src/index.ts#L2) to create a [css-ish](https://github.com/callstack/linaria/blob/master/packages/stylelint/src/preprocessor.ts#L88) file before running linting tests on it. For stylelint 14, stylelint [discourages using a (pre)processor](https://stylelint.io/developer-guide/processors) in favor of a...

One error I ran into (the same babel parser issue) was that I was using a processor (linaria) and needed to remove it in order to let postcss-lit (and babel...

> A straightforward workaround for this if you are using jest and just need your test code to be able to call popover element methods without crashing, is to add...