Kevin Cox

Results 308 comments of Kevin Cox

I would recommend the unix: scheme as well because it means that all reqwest users would get it automatically (or with a feature enabled). It would also mean that all...

I found [a list of websites supporting deflate](https://w3techs.com/technologies/details/ce-deflatecompression) and it looks like a significant number of them don't work with reqwest: - https://www.roblox.com fails (server unspecified) - https://www.Seznam.cz works -...

That would be one option (as included in alternatives). However it has a number of downsides: 1. Requires the user to write quite a bit of code that already exists...

I'm not an expert on e10s but I have some Mozilla experience and have loosely followed it. Basically the "new" API's have been around for quite a while in preparation...

The `hub` is just a `` in the atom namespace. It can appear in both Atom and RSS feeds. Some examples: - https://kevincox.ca/feed.atom in Atom - https://mozillagfx.wordpress.com/feed/ in RSS.

I'm having this issue too. For example https://search.nixos.org/packages?channel=21.05&from=0&size=1000&sort=relevance&query=obs-studio+plugin returns packages that don't contain "studio" or "obs". I tried `"obs-studio" plugin` and similarly got irrelevant results. I would much rather it...

We shouldn't be adjusting fonts that will override the user's default emoji choice anyways. It's 2021 and we are detecting support based on having Linux but not Android in your...

I created a userscript to fix this on GitHub. I would be happy to accept patches for other sites, if any, that are using this component. https://userscripts.kevincox.ca/github-emoji-linux.user.js

It looks good to me. I didn't look too much into code style though. Some thoughts I had. 1. You tie labels to a repo. I wonder if people commonly...

I just meant that it looks like some for the code for database definitions was reordered. This puts a lot of deletions and (almost) identical additions which add a lot...