Ben Rogerson

Results 75 comments of Ben Rogerson

I'm planning to wait for version 4 to come out of beta before pursuing an integration. Unless the API is similar enough?

Hey Luke - yeah definitely open to a PR - how about a new "Linaria + Emotion + TypeScript" example? As there's so many changes in the next `twin.macro@rc` I...

With global styles we should use the `globalStyles` (style object) import rather than `GlobalStyles` (for use in jsx) import. Something like this: ```js import { globalStyles } from 'twin.macro' import...

There’s some great findings here Luke! You're right, further updates would need to be made in the twin.macro repo. Let's put this on hold for a little while until I'm...

This sounds like a strange bug! I'll take a look into it and let you know.

Thanks for the great bug replication. Here's the conversion data - perhaps you can guide me on what needs to be changed to get this feature working in stitches? ```js...

I'm seeing the same issue in Chrome 89 on an Android Pixel. On Return, a new line is added underneath the current line and the cursor remains at the current...

Here's another demo, I'm using the default Google keyboard (just a theme) and the latest tinymce: https://user-images.githubusercontent.com/21288568/112553068-c379e300-8e13-11eb-969f-50e9b375c624.mp4 I also noticed correct behaviour with numeric characters at the end of the...

@JamesToohey Is the team able to reproduce the issue?

Yes I'm using the default gboard software keyboard too. Is tinymce adding the br? If so, could a fix be to also move the selection to the next line?