Pierre Peltier

Results 31 comments of Pierre Peltier

Hello @Skarlett , This feature haven't be forgotten, it just that I don't think this line bring enough valuable information. It seems that the `colorls` and the `exa` project doesn't...

What do you think of something like the [colorls](https://github.com/athityakumar/colorls#flags) `--report (-r)` option Instead? ![image](https://user-images.githubusercontent.com/8608160/52175691-d51d4e00-27a7-11e9-9fc9-b30897de7766.png)

Some useful doc can be found into #199 , thanks to @furey

> Yes, but we would still need ImageMagick without this feature. ImageMagick is used to generate thumbnails for uploaded images from the users, and it is quite good for being...

I did tried this too but I didn't find a way to run the local code and make it available into the instance

> https://docs.cozy.io/en/cozy-stack/cli/cozy-stack_serve/ Still have issues... #### Folder with `cozy-drive`: ``` yarn watch:drive:browser ``` (I have exported the env variable `NODE_OPTIONS=--openssl-legacy-provider` for fixing #2902) #### Folder with `cozy-stack`: ``` cozy-stack serve...

> the cozy-app-dev docker image has a CouchDB. You don't need to have CouchDB installed before running it. And, in fact, it was not tested to use an external CouchDB....

> add --disable-csp to cozy-stack serve when working with watch / start command Curiously even with the `--disable-csp` flag I still have the same error. My logs: ``` cozy-stack serve...

Thanks for the report @Tudyx , I will take a look