Eli Mensch

Results 11 comments of Eli Mensch

I'm in the same boat as @phihu - any advice or direction here would be much appreciated :)

Also worth calling out: - A single instance of an assertion _can_ have an index appended to the label. e.g. A manifest could contain a single actions assertion with the...

Agreed with @mindjuice and @mattkrick on this. It makes little sense to me that validation is enforced on document retrieval. The validation behavior on calling `save` is already known and...

If I remember correctly, neither Mongoose nor Sequelize run validators on retrieval. Both validate models only prior to saving them (implicit in update/create/etc operations). Those are the only two I've...

Sequelize does not. I've not used Bookshelf, but a quick look at the docs leads me to believe that it's up to the dev to hook into events (e.g. saving/creating/updating)...

@web-padawan thoughts here? Happy to open a PR if you can point me in the right direction.

Hey @keviddles - I've been struggling with similar. I believe https://github.com/modernweb-dev/web/issues/1700 is related. My project uses `@testing-library/react-hooks`. I have `@rollup/plugin-commonjs` pinned to `"^18.0.0"` and the following config, which works for...

Dealing with the same issue and it's breaking my integration with docusaurus.

Hi @clementh59, what version of `c2pa` do you have installed?

@clementh59 if you'd like to post sample code—specifically anything about reading c2pa data and passing it to the web components—we might be able to help debug. There are a couple...