Cyril Chapellier

Results 175 comments of Cyril Chapellier

> The log file named prod.log confirming it is in prod mode, Correct > The Symphony's docs hit APP_DEBUG=0 added too -> did not help, You should remove that line...

Hi @BaccanoMob Did you run the migrations as indicated in the [README](https://github.com/tchapi/davis?tab=readme-ov-file#full-stack) (after your point 3.) ?

> But this is consistant: do not ship development dependencies in production images. Yes exactly — this is expected, as we only install the production dependencies in the Docker container...

Hello @Daniel-Leer and @tricepsbrachii First of all, thanks for the issue and the discussion. I appreciate that you're trying Davis, and that you're documenting your debug process for others to...

_Closing as I have made the requested changes from the PR (in two commits)_

Hi @joelguittet A very naive and simple approach would be to hide them with CSS: ```css ._jsonform-array-addmore, ._jsonform-array-deletelast { display: none; } ``` But if your user is tech-savvy and...

Hi @lkraav 👋🏼 I'm not sure what you have in mind with app keys exactly. You want some kind of machine to machine interoperability (ie a machine impersonating a user...

> The calendar event invite email is not localized. This is true — I'll gladly review a PR to localize it (_ie use i18n strings instead of hardcoded texts_). Once...

Created a roadmap item here → https://github.com/users/tchapi/projects/1?pane=issue&itemId=126592474&issue=tchapi%7Cdavis%7C213

Hi @vanalmsick Thanks for the idea! It'd be great (_à la_ Calendly) — I'm not sure I'd find the time to do it myself in a foreseeable future, but if...