Sylvain Chateau

Results 3 issues of Sylvain Chateau

I have the following code ``` import json from dataclasses import dataclass from typing import Any, Mapping, Sequence, Union from apischema import deserialize def _coerce_json(cls, data): if not isinstance(data, cls)...

fix #2259 So i am not sure about the `AddEvent` in the `campaign.go` file. I guess the time is gonna differed a bit with the one in the database cos...

I saw some tutorial/example where Coroutine is used instead of RxJava and/or RxAndroid. Do you think it could improve the code and make it easier to read and/or implement ?