Philippe Wang

Results 26 comments of Philippe Wang

Hi, there's something I don't get at all and I'm hoping I can get some help! On iOS, when does `window.handleOpenURL` ever get called?! Adding the XML blahblah (`... UIFileSharingEnabled...

Does it work if you use ```ocaml let%client data = lazy ... ``` ?

I guessed indeed that this code was exercised a lot... I kinda wished it wasn't the case. haha In our code (I mean, in BeSport's code), it's simply coming from...

> Is it reproducible on multiple browsers? It's much easier to reproduce on Chrome (OSX). On Safari (OSX), it also happens but it's much harder to reproduce. What I do...

For some reasons (that I haven't spotted yet), when it fails, the page is generated on server side (for no apparent valid reason) — whereas when it works the page...

It's defined like that: ```ocaml let user_service' = Eliom_service.create ~path:(Eliom_service.Path ["user"]) ~meth:(Eliom_service.Get (suffix_prod (int64 "i") (int "tab" ** opt (string "subtab")))) () ```

When it works, `Eliom_route_base.find_service` finds the service... whereas when it doesn't work, `Eliom_route_base.find_service` doesn't find the service :(

I guess that if I manage to produce a small example, I will be able to fix it... So I'm trying to understand what happens and hopefully with the very...

> It may be the internal URL bookkeeping that is messed up. Reload tries to route to the current URL, so we depend on a properly-updated internal value for that...

I'm not sure what to do now, I've found a workaround, it's less than 10 bytes of difference... https://github.com/ocsigen/eliom/pull/493 I don't know if it breaks anything. I'm not sure why...