Umputun
Umputun
Do you think we need a way to control stream/no-stream from my side? For example, we can have this streaming optional globally and populate "streams": true/false as a part of...
theoretically, I can think of use cases with query params essential for the locator, but in practice, I don't see many examples like this
> I'll have to trim query, thus, we lose some info that may be useful later. Not sure I get it. The goal is to lose some info. Even if...
the idea of storing the full url but matching optionally on trimmed is hard (I'd even say unnecessary hard) to implement. For each storage type, it will be a pain...
> Or maybe we should change default value of url from window.location.href to window.location.origin + window.location.pathname If this will give us "clean" url - sure
> setups remark also has access to blog's template, or how else he will put remark init script? I see what you mean, but you expect some really smart users...
up to you
looks like using canonical link will solve it. Another thing we can do is to handle such multiple slashes on the backend side and replace by a single slash. _btw,...
@Reeywhaar & @akosourov - can you guys see a valid use of such urls? I'm thinking of replacing such urls unconditionally, but if you think we need to support it,...
pls ignore the part about "we can do is to handle such multiple slashes on the backend side". As discussed earlier it makes sense to handle location urls on the...