tripu

Results 131 comments of tripu

Note to self: [_“Detect scrollbar width with JavaScript”_](https://davidwalsh.name/detect-scrollbar-width).

Hi, @nrooney :) > *“Judy Zhu had a fantastic presentation on this.”* Where is that? > *“Anybody got a list of what global languages github is in?”* I thought none...

> *“Well, I at least know they do Japanese. https://github.co.jp/, my search found a few others. Weird there's no actual list though!”* I think `github.co.jp` is not “`github.com` with its...

`Document.getElementById()`, which is the usual way of picking the table element, [returns a scalar (an `Element`)](https://developer.mozilla.org/en-US/docs/Web/API/Document/getElementById#syntax), while `Document.getElementsByClassName()` [returns a vector (an `HTMLCollection`)](https://developer.mozilla.org/en-US/docs/Web/API/Document/getElementsByClassName#syntax). If you're sure you have just one...

(Not about [Unpkg](https://unpkg.com/) specifically; the release `5.3.0` is [wrong here on GH](https://github.com/tristen/tablesort/compare/5.2.1...5.3.0), too.) I see. For some reason, 4fec8c3c383d61735764ca194d4fb00043456312 did not set the right version in the headers of all...

imho, empty cells should either be *always lower than any other value* or *always higher than any other value*. ie, they should be either at the top or at the...

I think that would be unexpected and surprising behaviour. I don't think sorting works like this almost anywhere else; eg, in desktop spreadsheets. *“Sorting the same thing in reverse order”*...

_<cough> #66 is ahead in the queue <cough>_

New use case: listing past groups on [the A-Z page](https://www.w3.org/Consortium/siteindex.html)

We also discussed returning all the links that are listed for that user under the “links” section in their `https://www.w3.org/users/` page. WDYT?