marcustyphoon
marcustyphoon
One can, of course, obfuscate the real counts less: ```diff if (!resource || posts.every(isUnread) === false) { return posts.filter(isUnread).length; } } - return Infinity; + return `${posts.length}+`; }; const refreshCount...
This should probably be done for other parts of the extension too.
Hm, yeah, nope, that doesn't seem to work (though it does on the internal version of the API). Looks like Staff may need to adjust the whitelist for the public...
I assume this is a typo for `GET /v2/blog/@@handle/posts?id=1234` / `GET /v2/blog/@@communities-feedback/posts?id=766506896898293760`, at least per redpop? The given endpoint 404s. If so, does this require oauth? I get a 500...
> might be restricted to just the official clients right now Ah, so it's possible that from an external API standpoint there is currently no way to do this. (I...
Yeah, my hope was that there was a way to specify preferring file extension over shebang when shebang yields the same set of results. I can't imagine that there are...
Two points: a) What I mean is that—at least any time soon—there would be extensionless _javascript_ files, but no extensionless _typescript_ files! When I tried adding those interpreters and running...
Yep, those are definitely duplicates of this issue—of course besides the fact that at the time node couldn't execute .ts files (valid reason to close!) but now it can.
`${keyToCss('navigation')} ${keyToCss('primaryNav')}` would be equivalent to Tumblr's selector, for the record.
I assume that assertion in the comment in #1170 is not as definitive as it was at the time.