Emelia Smith

Results 609 comments of Emelia Smith

This appears to now be fixed. Thanks for reporting.

I don't think this is a pod-browser issue, it sounds like something isn't being stored or cached right; i.e., if you did `getSolidDataset` in your app, I think you'd see...

You may wish to check if you really need the `SentryWebpackPlugin` as it looks to be outdated or unmaintained (though I'm not familiar with it)

> Although worried about the error popping up in the automated CI output. > `FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory` Hm,...

Okay, just did a quick test to see just how bad the memory leaking is, and it seems to be on the order of 20-100mb per test file: After getting...

> With cross-site security warnings, we initially required SSL in dev (even if it's self-signed.) Is that no longer an issue? It worked fine when I tested it, I think,...

I've also been able to migrate to using `@swc/jest` which would allow dropping all dependency on babel here: https://github.com/inrupt/pod-browser/compare/experiment/migrate-to-swc-jest, specifically in https://github.com/inrupt/pod-browser/commit/be299f4d728b404a4aa7db588e9919c26335013c

Next up is probably `app/serializers/activitypub/image_serializer.rb` to add in support for the new `name` property (or `summary` not sure which we want just yet for this), but be careful, as this...