David Glick

Results 462 comments of David Glick

Answering my own question: the dev proxy is indeed always enabled. There are a couple places where things are done differently when `__DEVELOPMENT__` is true, but it's nothing very significant....

I need to stop for today, but I'll come back to this and make some more updates. I got sidetracked working on https://github.com/plone/volto/pull/4434

@stevepiercy Sure, that's my general expectation, and I'm trying to help review them now. The bit I pointed out above is in fact accurate -- I thought I saw something...

@stevepiercy I'll be honest, I've been procrastinating on this because I discovered that the "install from containers" section has some subsections that have useful information but don't belong in their...

@stevepiercy Yes, but I'm out of time for today. Sometime this next week?

@zopyx What storages is your ZODB configured with? From what I can see this temporary directory should normally be created when the blob storage is initialized: https://github.com/zopefoundation/ZODB/blob/master/src/ZODB/blob.py#L377-L378

@tisto For our project I implemented profiling using pyinstrument. It is enabled using a cookie rather than a custom HTTP header, because that makes it easier to enable when using...

I have a similar requirement to send notifications to a Slack webhook via a proxy, but I am using Docker Swarm. I tried modifying /etc/alertmanager/alertmanager.yml inside the signoz/alertmanager container to...

@JeffersonBledsoe Volto doesn't know which paths will traverse to actual content on the backend and which will traverse to views. I think there are several problems interacting here: 1. The...