Daniel Szymanek
Daniel Szymanek
This looks like an issue with text direction... Seems like the view is rendered RTL. 🤔
@IonDen Any progress on reviewing recent PRs?
I think the only thing you have to change is adding getUrl callback to hashchange event like so: ``` $(window).on('hashchange', getUrl); ``` It has [decent support](http://caniuse.com/#feat=hashchange), so most people won't...
#3 Implements this.
Headers, really? We've already have a bloat of unnecessary entries, that are being sent with every request. That's exactly why SPDY is being developed for. https://blogs.akamai.com/2014/01/spdy-http-2.html
I'm not sure what you mean by easy. I think it's exactly what humans.txt is for, and if you want that info available conveniently write an extension that seeks the...
Additional accepts is what popped into my mind too, while reading your answer... Regarding the rest of your post: Ofc, additional request is worse - no doubt - but we're...
Also there are some people, that just don't know how to configure servers. Txt is easier.
@randomdrake I don't think I enjoy some things as much as you do, but I see your point. :wink: Wouldn't requesting robots.txt suffice? If you're using api, then try api.site.com/humans.txt....
@randomdrake Not to go into this matter any deeper... It just seems selfish to me, to boost one's own ego by attribution, while adding unnecessary bytes to data that I...