[pylons-discuss] Re: `add_request_method` doesn't seem to work within an `includeme` anymore

2023-09-20 Thread Jonathan Vanasco
I just remembered the debugtoolbar works as a separate application, which explains why I'm seeing different values for `id(config)` in the toolbar and main app during setup. unless I am crazy, this should never have worked. On Wednesday, September 20, 2023 at 5:46:46 PM UTC-4 Jonathan

[pylons-discuss] `add_request_method` doesn't seem to work within an `includeme` anymore

2023-09-20 Thread Jonathan Vanasco
This is driving me a bit crazy. I hope someone can see the issue or changelog I am missing in the current pyramid and debugtoolbar. I am adding some typing and tests to a debug toolbar that has the following in the includeme: ``` def includeme(config: "Configurator"):