Joffrey JAFFEUX

Results 9 issues of Joffrey JAFFEUX

Hi, Unless I'm mistaking having a model "Link" will cause issues with json_api_client, if you have a this kind of relation for example : Blog has_many Links, and you try...

This commit introduces the possibility to stream messages. To allow plugins to use streaming this commit also ships a `ChatSDK` library to allow to interact with few parts of discourse...

chat

Nothing to see/say yet.

We were not updating `searchTerm` when changing the input which was making us always send an empty q parameter. This commit is also adding tests for: - initial url with...

The chat emoji picker is renamed emoji-picker, and the old emoji-picker is removed.

chat

`onRegisterApi` will now expose an object which a tracked property to the internal `formData.isDirty`. This property allows components external to the form to track its state.

This is a better pattern and gives us cleanup for free.

chat

This commit will highlight link to internal posts in posts when this post has been created by the current user. To achieve this goal, three changes have been made: -...