Finn Merlett

Results 11 issues of Finn Merlett

I like this extension, but I would love to be able to specify regex patterns as highlight criteria, rather than the current text-only. I know you can specify the regex...

**Describe the bug (including copyable syntax)** When a CSS property has multiple long string interpolations, a code formatted like Prettier wants to put a line break in the middle to...

bug

Can you add typings for typescript? I would love to use this in my project, but without types it's really annoying. Many thanks!

It looks like it's necessary need to add `"babel-plugin-macros"` before`babel-plugin-styled-components` in the babel plugins array. I was trawling the web for ages trying to get `babel-plugin-styled-components` working for [Twin][1] in...

# Add support for `tw` prop in addition to class and className (see [Twin](https://github.com/ben-rogerson/twin.macro/)) ## Description Simple change to change the class-identifying regex to `/^class(Name)?$|^tw$` ## Type of change: enhancement...

Would love to use this package, but my React version is 17.0.1 (I'm using the latest version of Create React App). I'm gonna fork the package and update it for...

I suddenly started having my intellisense hang indefinitely on a cypress project, and after an extension bisect found ts-type-explorer was the issue. Thankfully I solved the problem by lowering the...

I like the syntactic sugar of `pipeWith`, as it follows more logically in my head (and also nicely emulates the way RxJs does things). That said, I feel like the...

I'm using concurrently to run react-native start whilst I build my release app and install it on my phone. Using the -k option causes the react-native start to exit when...

enhancement