Chung

Results 38 issues of Chung

currently all callback functions for all providers are extracting different info from the response returned by providers. For example, facebook.py extracts timezone,gender and birthday and append them into profile while...

Currently a Quened instance handle cannot be stopped. This is an example of the scenario using the main branch with commit [63d4f82] instead of v0.10. ```rust trait Channel = Sync...

Say I have the following setup in `config/test.exs` ``` config :mailchimp, api_key: "your api-us10" ``` for every test, it is making a real call to Mailchimp. Is there a way...

Given a relation, **Videos** have many **Categories** and their relationships are defined as **:videos** and **:categories** When dealing with **Categories** in terms of updating from a form, ex_admin blindly manipulates...

bug

Would you consider using spaces instead of tabs for indentation? And also adding line feeds to all files in the code base. This will bring consistency across all Pull Requests...

For a mutation ```elixir payload field(:post_subscription) do input do field(:email, non_null(:string)) end output do field(:result, :boolean) end resolve(&subscribe/3) end ``` If `subscribe/3` returns `{:error, nil}`, the response is ```json {...

Here is the [Repo](https://codesandbox.io/s/7jv1lwow2x) Say the swiper has 10 elements you press the "next" arrow at the right twice, then reducethe number of elements changed(e.g. 10 -> 6). The swiper...

Do I create a **LoginStore** and pass results to **UserStore**? Should I use **readSingleItem** to communicate with a backend API for logging in ? Basically I couldn't understand how authentication...

I have hit a strange bug, I am not sure if it is caused by my code or rapier I have simple `Pong` game and if the ball passes the...

C-Bug
D-Medium
P-High
S-not-started
A-Dynamics
A-Integration

In order to use save data in spawning, I have convert all spawnings to tralitless like so in the [example](https://github.com/Trouv/bevy_ecs_ldtk/blob/main/examples/traitless.rs#L33) For example, ```rs fn process_my_entity(save_data: Res) { commands .spawn_bundle(MyBundle {...