Quentin Champenois

Results 7 comments of Quentin Champenois

Thank you for the review ! I will take a look on how to rewrite relative URLs in `img` tags on the fly before sending I convert this PR to...

Hello, I planned to apply changes during the week !

I applied your suggestions, to be more easy to read I forced push to cleanup git history The unique commit contains your change request @andreslucena and also @ahukkanen's changes request...

Hello, we also encountered this error on v0.26 Decicim instance, we fixed it as follow: - Lock `wicked_pdf` version to **2.6.3** in your `Gemfile` - Require `wicked_pdf` in `config/application.rb` -...

There is an open issue on wicked_pdf, with a related draft PR : https://github.com/mileszs/wicked_pdf/issues/1098

According to [OpenAI API documentation](https://platform.openai.com/docs/models/model-endpoint-compatibility) model `gpt-3.5-turbo` isn't available for the endpoint `v1/completions`. This library does not implement `v1/chat/completions` endpoint so model `gpt-3.5-turbo` isn't available at the moment

Hello, I have some rubocop offenses on my branch and I wonder how you prefer to proceed ? Rubocop output : ``` spec/foundation_rails_helper/form_builder_spec.rb:292:81: C: Line is too long. [93/80] .to...