Flomp
Flomp
Any news on this? This is still broken for me on `"vuex-module-decorators": "^1.0.1"` and the workaround is quite ugly. Seems like a pretty important issue to me...
Thanks for your report. The indexes folder should be created upon the first startup of the wanderer-search container. meilisearch will create two indices from a [dump](https://github.com/Flomp/wanderer/tree/main/search/migrations) when you start it...
Yes, for speed reasons the PocketBase binary is not built in the docker build process itself. Similarly, the svelte application is also not built during docker build. Rather you would...
@jo-chemla Sorry for taking so long to get back to you. From your `docker-compose.yml` it seems you deleted the ``` x-common-env: &cenv MEILI_URL: http://search:7700 MEILI_MASTER_KEY: vODkljPcfFANYNepCHyDyGjzAMPcdHnrb6X5KyXQPWo ``` section (see [here](https://github.com/Flomp/wanderer/blob/bed233c02f85f43283ae8600595609c63a9be44e/docker-compose.yml#L3))....
@lacour-a To make pocketbase available on port 8091 it is enough to adapt line [36](https://github.com/Flomp/wanderer/blob/bed233c02f85f43283ae8600595609c63a9be44e/docker-compose.yml#L36). In your case, this should be ``` - "8091:8090" ``` The rest of the file...
Hi, glad you like it. It is currently possible however only through pocketbase admin UI. I agree that this feature should be available through the website itself. I will put...
This feature was added in v0.8.0.
1. Greyed out tracks I cannot replicate this problem, at least on my emulator (I have no physical iOS device at hand).  2. Date filter will be available in...
The date issues should be fixed now in v0.5.0. You will need to upload your trails again though if you do not want to do it manually. I also got...
You can make a new account at `http:///register`. You can reach the page by clicking the "Make one" link on the login page. If this page and/or the link is...