You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As there is nothing web-specific about the stack context manager, and it may be useful in testing scenarios like #1344, we should consider moving the stack context manager out of web and into some place like core or into its own module.
The text was updated successfully, but these errors were encountered:
@dyladan May I take a look at this? I will suggest to refactor the code to separate the concerns of the web framework from the context management logic to identify what parts of the stack context manager depend on the web framework and developing a new context manager that handles the stack logic independently of the web framework.
As there is nothing web-specific about the stack context manager, and it may be useful in testing scenarios like #1344, we should consider moving the stack context manager out of web and into some place like core or into its own module.
The text was updated successfully, but these errors were encountered: