David Glick

Results 445 comments of David Glick

> There is no universal solution to dependency hell Sure. My point is just that we should warn users things could break, and tell them how to recover.

@prescod It's probably worth a larger discussion, but I have an immediate negative reaction to the idea of automatically installing plugins as part of processing a recipe. There's definitely potential...

Something similar was done in the meantime

`make docs-html` worked for me with a fresh checkout.

@sneridagh @avoinea It seems a little strange to add this in plone.restapi, since someone could be using plone.restapi without using Volto at all. (It's also strange to have the existing...

I am also okay with merging this now and moving them later.

@mauritsvanrees @tisto @sneridagh Sorry, I didn't think about the fact that this would affect browser tests too. It might be hard to avoid the breaking change, because increasing the minimum...

Would it be sufficient to make the summary serializer leave out keys whose value in the catalog brain is Missing.Value, instead of serializing it as `"key": null`? Then you could...

I think this is no longer needed since https://github.com/plone/plone.app.querystring/issues/111 was fixed in plone.app.querystring

@mauritsvanrees #1498 took care of using the new approach when serializing an image field. We also need to add the `image_scales` catalog metadata to the summary serialization so that it...