Roman Joost
Roman Joost
I noticed this issue today, but I don't think it's an easy fix. The issue is ambiguous and I suppose I personally would want clarification of how we would want...
I think it should be as simple as rendering them as a [hyperlink](https://hackage.haskell.org/package/brick-0.62/docs/Brick-Widgets-Core.html#v:hyperlink).
Yeah fair enough. I guess due to the problem that it only sometimes works, tools like `urlscan` or `urlview` exist ...
I've actually came back here to see this pull request to my surprise. I've tested this pull request and it would totally help outsiders to use the API in order...
If we move away from the markup implementation, how would we markup search highlights tho? Do you think we would be better of addressing this by implementing our own markup...
Going to pick this one ...
I looked into this and it correlates heavily with our 500ms delay of the validation firing. My guess as to what happens here is: * we enter the subject, a...
Actually just realising that the `Subject` doesn't have validation. So it really is the validation from the `To` input field delayed by 500ms. If we step too quickly it will...
Dear @thorstenb thank you very much. My last point I had raised (couldn't make links to appear) is solved by my last commit. It comes at a cost of loosing...
@teto hm.. I haven't looked at nix for a few months (apart from the day to day stuff) so thanks for the pointer to `nix run`. I'll give it a...