Thibaut Patel

Results 36 comments of Thibaut Patel

Have you tried the [unsafe_allow_html](https://docs.chainlit.io/backend/config/features#options) feature to display html in messages? Would this solve your problem for now?

@hayescode thanks for sharing this repo. They decided to rebuild a graphql API. With the custom data layer feature, you should be able to store data in any database without...

> I'm currently working on my own Data Layer which is based on the BaseDataLayer. Could you please specify which of the features would be mandatory in order to create...

> Hi I want to add MSAL authentication in custom layer. Can anyone help me with that. @Rajatkhanna801 the best would be to start with the [Authentication callback](https://docs.chainlit.io/authentication/overview). This is...

Moved away from hiding the children component, and used `pointer-events: none` when resizing. This solves the problem when hovering-over an iframe during resizing would mess the resizing state. This might...

Thanks for your PR, there is a similar one here: https://github.com/Chainlit/chainlit/pull/905 Do you have more background as to why folks who want to create a publicly accessible Chainlit instance without...

closing in favor of https://github.com/Chainlit/chainlit/pull/1047 (I've made the change there).

Hi, it might be linked to an Azure issue: https://github.com/microsoft/azure-container-apps/issues/812.

Could you share more about your use case where the reverse proxy isn't an option?