ivancantarino

Results 22 comments of ivancantarino

Ohh... didn't knew that the API wouldn't provide the tweet replies query. I'll do some tests, in regard of what you've suggested. Thanks

[this](https://stackoverflow.com/questions/2693553/replies-to-a-particular-tweet-twitter-api) kinda sums what you've said 🙃

I don’t. Only 1 section Sent with GitHawk

@yangzheng006 @dzenbot actually there's not a solution for it -- I have to call `reloadData()` 😢

Usually links need to be like this: [Google] (https://www.google.pt) _without the space_ If you use it without the _https://_, or without the _www_ it won't work.

@raspu I would definitely love a solution for this! We could use your on the fly parser (I'm using it for Markdown) but with our default attributes, such as a...

I noticed I could do this in previous versions of highlightr but now I cannot, and don’t know why. @raspu any hint?

I’m currently using the `default.min.css` theme and I’ve looked into the file and cannot find a way to change the font. I’ve looked as well into the `CodeAttributedString` and where...

Yes I did, but it doesn’t work!

I have managed to do it within the `Theme.swift` file inside the `parse` function, where I just overwrite the `font` property, before the `return` to whatever font I desire. Is...