Sergii Lavrin

Results 168 comments of Sergii Lavrin

Thanks for quick reply! Looking forward to see it :) Should that issue be closed then?

For same purpose https://github.com/Gottox/node-urlify

Shouldn't leading and trailing slashes be explicit, like so? ```js URI.joinPaths('/', 'a', '/'); ``` This will allow to avoid introduction of such options.

Okey, I've renamed this issue to be more generic. I've wrote some my own tests, and I'm not sure that output is always expected. Here is full lists of unexpected...

Thanks for reply! > see URI.joinPaths() yeap, I saw that some things were made on purpose, but I wasn't sure > paths don't have a protocol well, yes, I realized...

It would be great to see that feature! Library seems to be great, but indeed is too heavy-packed for most client-side tasks. As already mentioned, lodash represents great example of...

I can try, for sure, though code looks a bit complicated for me. To be honest, I didn't get what all those `relative-path`, `absolute-path` and `relative-host` means :) I guess...

> well, how did you get to the terms rootRelative and documentRelative? There is no true standard about it, and it is quite hard to find how to name it...

Ok, I've got it. I will try to prepare PR. Also, can you clarify, should it be ```js uri.is("rootRelative"); uri.is("documentRelative"); ``` or ```js uri.is("root-relative"); uri.is("document-relative"); ``` or ```js uri.is("root_relative"); uri.is("document_relative");...

> Browsers have got your back! They only download the fonts that are specified for use in your CSS and there is HTML matching that CSS. Hence often font for...