Results 29 comments of Idir Lankri

Hello @jgrenat, On Debian 11.2 with opam 2.1.0, a fresh installation of the latest version (6.0.1) of Ocsigen Start works: ```sh cd $(mktemp --directory) opam update opam switch --empty create...

Thanks! At first glance, I do not see anything suspicious regarding the installed packages. What is the contents of the file `Makefile.i18n` at the root of your Ocsigen Start project?

> Starting a fresh install following your instructions, I've had the following error: > > ``` > ==== The website is available at http://localhost:8080 ==== > ocsigenserver "-v" -c local/etc/myapp/myapp-test.conf...

> Starting a fresh install following your instructions, I've had the following error: > > ``` > ==== The website is available at http://localhost:8080 ==== > ocsigenserver "-v" -c local/etc/myapp/myapp-test.conf...

> On the fresh install, I've managed to make it work using `make test.opt` instead of `make test.byte`! rocket What are the differences between the two commands? `make test.byte` produces...

Hello @slegrand45, > Do i miss something ? No, it is just a bug :) With [these changes](https://github.com/ocsigen/tyxml/pull/306), the following code should be well-typed: ```ocaml let circle = Tyxml.Svg.circle [Tyxml.Svg.animate...

Hello @qrntz, Where does the faulty APK come from? Have you downloaded it from the link *APK for Android* on [this page](https://ocsigen.org/ocsigen-start/latest/manual/intro) or have you built it from [the source](https://github.com/ocsigen/osdemo)?

Hello @qrntz, The Android app available on [Google Play store](https://play.google.com/store/apps/details?id=com.osdemo.mobile) does work. We will fix the APK downloadable on [this page](https://ocsigen.org/ocsigen-start/latest/manual/intro). Thanks for the report!

> The second one is strange. There are multiple opam files in the top-level directory of the repository. I'm wondering if there is a bug in the analysis job, maybe...