Chris Cowan

Results 131 comments of Chris Cowan

>But with uncatchable exceptions, no one can throw them through a C++ frame without forcing the C++ module to leak resources because the block that runs the destructors will have...

@equinusocio Anything reading the meta tags from the HTML should handle decoding the HTML encoded characters that React produces here. It's a bug with anything consuming the HTML if it...

I'm wondering if most of the people who believe this is an issue for themselves are mistaken. I first found this issue because I was trying to figure out why...

(I just tried the same thing with NextJS and the exact output I got is ``, consistent with https://github.com/facebook/react/issues/13838#issuecomment-1246305603, so I'm going to assume the different value in https://github.com/facebook/react/issues/13838#issuecomment-1241593329 was...

The InboxSDK as it is now requires a bundler like webpack for manifest v3 support. This isn't ideal, and the docs aren't clear on this currently. We're going to make...

We originally deprecated the `getDownloadURL()` method because in Google Inbox it wasn't possible for us to get the download URL without user interaction and we didn't want to support APIs...

Yes, we would be open to taking a PR for this.

The InboxSDK doesn't support MV3 yet because of its current reliance on remote loading code. There's some information here about it: https://groups.google.com/g/inboxsdk/c/ho69zTWjxgM/m/PhrWenZcAQAJ. The InboxSDK will be MV3-compatible before it becomes...

I ran into this issue too with a repository that contained filenames with non-ASCII characters while using maven inside of Docker. Maven outside of Docker on my Mac with same...

Hmm, I think Google published a newer image and took down the specific version I linked. I don't expect that the exact version is necessary; the version I was using...