Jarek Radosz

Results 37 comments of Jarek Radosz

Still blocked on https://github.com/algolia/algoliasearch-client-ruby/pull/471 (I'm sorry for spamming that PR page with "referenced" links 🥲)

Blocked on https://github.com/algolia/algoliasearch-client-ruby/pull/471

Blocked on https://github.com/algolia/algoliasearch-client-ruby/pull/471

The spec failure is relevant. I'll have to remove more code, but first I'd like to know whether to go down this path or to go toward the proposed alternative...

That won't do it. It is displayed at the correct size inline (see the screenshot) but Mail.app will display all attachments that are larger than some threshold. So we can...

I think I might change the approach here. I now noticed that the discourse avatar at the beginning of an email is hotlinked, and so should be the github avatar....

I've had this issue, but I'd rather have it fixed in Glimmer VM, possibly by rendering rehydration tags only outside `` (and ``!) than have a lint rule (which would...

Here's the version with the breaking change to `wrap()` instead of introducing the `wrapChain()`: https://github.com/GoogleChromeLabs/comlink/compare/master...CvX:wrap-chain-breaking

Would the breaking change version (https://github.com/GoogleChromeLabs/comlink/compare/master...CvX:wrap-chain-breaking) be out of the question? It does preserve compatibility with the usual cases (`await new Proxy()` `await proxy.method()` `proxied().then(…)`) What it breaks, are only...

Hm, the byte size difference between the gzipped `umd/comlink.min.js` on the `wrap-chain-breaking` branch and the master is currently 88 bytes (and with a minimal amount of code golf I was...