Findings on Table Extensibility in Atlassian Confluence for Connect Apps
I recently went to Atlassian’s App Week in Berlin. Here’s some findings on Table Extensibility in Confluence.
deliver. iterate. repeat.
I recently went to Atlassian’s App Week in Berlin. Here’s some findings on Table Extensibility in Confluence.
I saw this in a Slack channel, so wanted to preserve it before it vanishes forever.
I needed a high quality PNG version of an SVG logo for a ScreenFlow movie because ScreenFlow doesn’t support SVG graphics.
Lazy loading charts in Grafana 6.2+ is very cool - only rendering items as required is a saving which in most cases is helpful.
A while back, on Stack Overflow someone asked how to access SharePoint List items from the Microsoft Graph - this is my answer.
On updating my macOS 10.13.6, I just got a black screen with the mouse visible. No amount of restarting and retrying would fix it.
I recently noticed some old presentations that I’d not put online. The first comes from IBM Connect in February of this year.
Filed under note to self as I keep forgetting this. Here’s a very simple way to pretty print a com.fasterxml.jackson.databind.JsonNode
:
Looping through arrays is easy:
The simplest way to create custom error pages is to edit the files at /application/views/errors/html/error_*.php
such as error_404.php
(for 404s), error_db.php
(for database errors) and error_general.php
(for most other errors).