TauTastic

Results 11 comments of TauTastic

I get a similar error on Android when I start the debugger using metro: `Error: [Reanimated] ProgressTransitionRegister is not available on non-native platform.` ![Screenshot from 2024-01-09 09-19-42](https://github.com/software-mansion/react-native-reanimated/assets/91988666/8bc09641-b7af-4612-b250-0462921c0b35) I'm using: ```json...

For me, this approach leads to a worse tailwind experience, since it's not always clear which two colors are meant by `bg-primary-200`. Another problem I sometimes run into is that...

@joneugster I still have the `Have to click "Cancel" 4-5 times :(` bug on macOS but not on Linux. Also the console error when doing `Ctrl+Hover` over any definition is...

Also doing right-click then `Go To References` shows many References that seem valid but trying to view any of them that are not part of the current file throws a...

@joneugster A quick temporary fix would be to open the source code instead of the docs, since we have the line number we can link directly to what was clicked...

Is the desired behavior to improve the current solution or to get the "go-to" and "peek" stuff to work just like in vscode? I mean the mathlib files are on...

Are you using `tiptap-markdown`? Have you tried disabling it's `transformPastedText` option? ```ts Markdown.configure({ // ... transformPastedText: false, }) ```

@joneugster I'm currently working on it but not sure how far I'll get

@joneugster I was working on another issue and noticed that fixing it on main would probably result in merge conflicts later on. I would like to help as much as...

@PatrickMassot Wow, this looks awesome, I will definitely check out the library.