mjpolak
Results
2
issues of
mjpolak
**Reproduction:** 1. Go to https://grid.glideapps.com/ on mobile device 2. Try to click on header menu *Result* The menu doesn't open *Expected result* Menu is visible
type:bug
package:core
`GraphQLApp` Class has `context_value` parameter of type `ContextValue` which is defined as: ``` ContextValue = Union[Any, Callable[[HTTPConnection], Any]] ``` It leads to conclusion that I can set some function responsible...