David Glick
David Glick
I suspect buildout needs to gain some support for multiple PEP 660-compatible build tools (see https://stackoverflow.com/a/69711730) rather than assuming it can run `setup.py develop`.
@ale-rt Looks like there is one test failure which looks related
Returning a 404 for this URL is the correct behavior, since it has `/@workflow` twice and is not a correct URL for the endpoint. To fix this we would need...
@askadityapandey I would like to merge this, but I am waiting for you to remove the changes in configure.zcml. They are wrong and are the reason the tests are not...
@askadityapandey Please look at the automated checks that failed: - "Black" -> this means you should autoformat the code by running `make black` - "Tests" -> the tests are failing...
@sneridagh I think we need some design input here. There is a PR ready but I'm not sure if it's what we want design-wise or not.
@sneridagh I don't understand the distinction that is made in the quanta design. It says "with cog on in case of editor" but does not explain what it has to...
@djay We have a project that is served publicly at www.domain.com (with www.domain.com/++api++ as the API url) but edited at editors.domain.com (with editors.domain.com/++api++ as the API URL). Both API URLs...
@djay In production I'm using Traefik as a proxy, not the Volto middleware. Same end result. Anyway, I basically agree that it's sub-optimal if the backend needs to be able...
@djay Your last comment has some useful thoughts, but could you please not bring up a new topic in the middle of an existing discussion? (I know it's related but...