Timothy Lim
Timothy Lim
Added a section showing how to set a variable, access the value and a link to learn more **Preview** 
Closes: #1468 - Mention the default `brew install hugo` is the extended version - Add MacPorts install instructions for extended version
Related to #1473 When on the [Configure Hugo](https://gohugo.io/getting-started/configuration/) page - clicking the right arrow on the right sidebar - brings you to the [Configure Markdown](https://gohugo.io/getting-started/configuration-markup/) page - This page doesn't...
Trying some of the Java templates https://docs.platform.sh/languages/java.html they do not work Example template used below is https://github.com/platformsh-templates/spring-boot-maven-mysql ### Simplest workaround identified - Run `platform build` - Use defaults but specify...
Fixes: https://github.com/electron/fiddle/issues/1187 Add ability to scroll "Editors" listing by just changing `hidden` to `auto` for simplicity (see details of other approach below which feels a bit much in terms of...
When there are too files added, it can cause the top/bottom of the Editors list to get cut off as the section does not seeem to scroll (found while trying...
Fixes: #1727 If you’re adding a new scraper, please ensure that you have: - [x] Tested the scraper on a local copy of DevDocs - [x] Ensured that the docs...
Adding support for adding and removing of participants from group conversations - Created a `Participant` class as we're using `Customer` in the response for conversations ratings https://github.com/intercom/intercom-java/pull/235 and also in...
Allow specifying a contact when creating an admin message to support [sending admin initiated message to contacts](https://developers.intercom.com/intercom-api-reference/reference#admin-initiated-conversation) 
Currently not implemented in the library so just adding support for it