David Glick

Results 462 comments of David Glick

That should be fine. The new permission should probably be granted to the Site Administrator role by default in addition to Manager.

Agreed that the REST API should return a BadRequest response if the input is not in a valid format. @folix-01 Can you show the full stack trace of the error...

I think the search get service should be adjusted to return a 400 response if there's an exception in unflatted_dotted_dict I'm not sure why you're trying to pass `expand` parameters...

How is that better than `root['and']['now']['get']['some']['content']`? It's for sure less obvious.

I like @d-maurer's idea best of the ones listed here, but I'm not sure that I would actually use it much. It's already pretty convenient to construct string paths using...

@d-maurer Yep, `absolute_url_path` looks like what I want. I either wasn't aware of it or forgot. Thanks.

https://hynek.me/articles/ditch-codecov-python/ has a suggestion of how to do this

I think the philosophical justification for not including the UID in the REST API is that the REST API aims to always use an external URL as a resource identifier,...

@tisto The thing is, I don't really consider it an internal database ID. Yes, we hide it from end users, but it also has a real purpose which is to...

Hmm. I started checking the rest of the docs, but I'm getting myself confused. I think https://github.com/plone/documentation/blob/6-dev/docs/install/containers/images/frontend.md also needs to be updated to mention RAZZLE_DEV_PROXY_API_PATH. But here's my confusion: The...