Kefah T. Issa
Kefah T. Issa
One additional api call is required to retrieve the github user's email. The returned json i format is ```json [ {"email":"email ... address", ...}] ``` For simplicity it was done...
`FBUser.picture_url` is not filled by the FB api nor is it used. A minor modification was required to retrieve the picture and gender as well.
Simply changed to the new style of query resolution. The older style is not support and causing a compilation error. fixes #6
When enabling hello_world_schema the following compiler error is thrown: ``` query "hello" { "world" } ^---- Error: undefined method 'query' for GraphQL::Schema::Schema (with ... yield) and Kemal::GraphQL:Module (current scope) ```...
### Is your enhancement related to a problem? Please describe. RediSearch is a major source of information. In the current grafana plugin we only see support for FT.INFO which provides...
This is more of a maintenance PR by which me and my colleague were able to update to Svelte4, Storybook7 and all deprecated packages. - This was tested on my...