Surma

Results 164 comments of Surma

Yes, all the icons have both a ligature and a unicode code point. Find your icon on the [Material Icons site](https://www.google.com/design/icons/), and choose ā€œIcon Fontā€ in the bottom sheet :)

_cough_ [Comlink](https://github.com/GoogleChromeLabs/comlink)

I’d definitely love for this repo to move to GH Actions

Wanna come up with [your own profile](https://github.com/surma/tinderforbananas.com/blob/dac608df8502a2bddd96f01caa59b9b30639e938/app/app.js#L2-L39)? šŸ˜„

Right, so currently it’s the user’s responsibility to make sure the worker is ready before using Comlink. Because you create the worker in the click hander (side-note: generally I wouldn’t...

I'm talking about something like rsync's `--bwlimit` parameter. So bits/s basically.

@tomchiverton Sadly, I'm not on Linux.

> But I do wonder if we should be using the native crypto uuid implementation here? I don’t think that is necessary at all. The ID only needs to be...

> Wouldn't it be enough then to just increment an integer and use that as the id? I had that originally, but IDs have to be generated on both ends,...

This can happen when you send callbacks from the main thread to the worker using `comlink.proxy()`.