Patrick Browne
Patrick Browne
Hi, I have just run into a very hard to debug problem. After adding elasticsearch.py to my config, I had the error `python plugin: Found a configuration for the "elasticsearch"...
Sometimes it can be handy to insert a visualisation layer under another layer from mapbox (for example under the labels). To do that, we can use DeckGL's custom mapbox layer...
It seems like `cozy-stack serve` and cozy-app-dev.sh could be merged ? It would make onboarding a little easier. Internally, some people use `cozy-app-dev` and some use `cozy-stack serve`. Listing differences...
I think it should be useful if the stack could provide a `_bulk_delete` endpoint on its collections. We have the problem for example in cozy-client where in order to delete...
Right now, before any data queries are made by an app, we have to - Load the page - Load the JS - Mount components - Components needing data will...
Nous avons besoin qu'un service soit lancé après le succès d'un autre service. Notre use case est : lorsque des transactions bancaires sont remontées par un connecteur, nous envoyons des...
When data is already there, we should not show placeholder lines and directly display the data.
Say I have a Procfile like : ``` web: ./webserver postgres: postgres -D /usr/local/var/postgres celery: celery redis: redis-server mongo: mongod ``` Sometimes I want to work on my webserver so...
GitDocs routing transforms 'index.md' into '/index' thus the user must write `[Index](/index)` when cross-referencing docs. This means links do not work when on GitHub. We have extensive docs written with...
With this change, it is possible to use a theme : - From a built-in gitdocs theme (default for the moment) - From a npm package - From a local...