Mark Rickert

Results 135 comments of Mark Rickert

Try enclosing your diagram in triple backticks. That will keep your spaces in.

#288 has been merged and should fix this issue.

I'm closing this for now. Please feel free to reopen if you can give us some more feedback and if the issue is still present in the latest version of...

Thanks for this idea. This is probably a long time coming... closing this in favor of #1417. I'm going to have some people test it out and see if this...

@jamonholmgren Is this still necessary now that the home screen isn't the timeline screen? Related: https://github.com/infinitered/reactotron/pull/1393

Another possible better fix is to just change the `MarkdownStatic` type to: ```ts type MarkdownStatic = React.ComponentType; ``` You can use patch-package to update this type with the following patch:...

Yeah, I bet i could simplify it a bit using the NSDecimalNumber instead of an NSNumber and an NSNumberFormatter, however, I'm no looking to turn `12.456` into `12,46`, I'm looking...