Gael Ollivier

Results 3 comments of Gael Ollivier

Why not changing the order of concatenation as @zuzana suggested ? That would allow to still use the faked services while being able to override them ?

Had the same problem using react native, I guess the array initialization is not supported widely enough :( I used `makeWithDict` as a workaround: ```ml HeadersInit.makeWithDict( Js.Dict.fromList([ ("Authorization", "Bearer "...

Would like to see this fixed too, since as an Ocaml/ReasonML beginner, I still experience a lot of friction fighting with syntax errors. I can try to help implementing the...