Beau Sorensen
Beau Sorensen
@pex Good catch, `www.foo.com` and `google.com` should be treated as relative, the `//` URL is valid though.
@pex Just following up, I'm still working on this, the primary issue I'm running into is that there doesn't seem to be a way to normalize if a url target...
@pex So I apparently forgot to commit any code changes for this, but I think I have a working solution for you. Would you mind checking out the [target-improvement](https://github.com/sorensen/absolutify/tree/target-improvement) branch...
@pex This should be fixed along with the other reported issue in the new branch. https://github.com/sorensen/absolutify/blob/target-improvement/test.js#L75-L83
I am not sure how to handle this, the library does not have any notion of character width. You can pre-format the inputted string to be word-wrapped, but otherwise, this...
What would you envision the configuration of column width to be? Are you wanting to set an overall width of the table, or a per-column width? I am am looking...
I'm going to think about this for a bit, I think a width would imply a word-wrap, but it could be that you want the string truncated? Not sure what...
Currently working on an implementation for this.
@belph This is a very hard PR to consider, as there are many changes being made outside of the multiline feature. I am not opposed to adding this kind of...
@gajus Agreed, I like this idea quite a bit.